]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/change-iterator.cc
Issue 4557: Small typos in code base
[lilypond.git] / lily / change-iterator.cc
index 5cf07bf0e2fd9244982498200016c01e65901309..0f8823d484350fdb580998ba2895e2f0227bb7df 100644 (file)
@@ -78,7 +78,7 @@ Change_iterator::change_to (Music_iterator &it,
       result = _f ("not changing to same context type: %s", ly_symbol2string (to_type).c_str ());
     }
   else
-    /* FIXME: uncomprehensable message */
+    /* FIXME: incomprehensible message */
     result = _ ("none of these in my family");
 
   return result;