]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/freetype.cc
Run `make grand-replace'.
[lilypond.git] / lily / freetype.cc
index 4ee2acb60f9757449325d848c1c6d74f5ec94699..bcf8a3ca5face2787711f40104142800906f5e98 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "freetype.hh"
@@ -16,6 +16,6 @@ init_freetype ()
 {
   int errorcode = FT_Init_FreeType (&freetype2_library);
   if (errorcode)
-    error ("can't initialize FreeType");
+    error ("cannot initialize FreeType");
 }