]> git.donarmstrong.com Git - lilypond.git/commitdiff
Spell Free type as FreeType.
authorFrancisco Vila <address@hidden>
Thu, 27 Jan 2011 16:06:03 +0000 (17:06 +0100)
committerGraham Percival <graham@percival-music.ca>
Thu, 27 Jan 2011 18:19:31 +0000 (18:19 +0000)
lily/open-type-font.cc

index 7b3b973ba4e2cc1aaa87343404dc55b0fa40c908..73d93ccb7dd103079722f1d06e100628951f813d 100644 (file)
@@ -50,7 +50,7 @@ load_table (char const *tag_str, FT_Face face, FT_ULong *length)
       return buffer;
     }
   else
-    programming_error (_f ("Free type error: %s",
+    programming_error (_f ("FreeType error: %s",
                           freetype_error_string (error_code).c_str ()
                           ));