X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffreetype.cc;h=bcf8a3ca5face2787711f40104142800906f5e98;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=4ee2acb60f9757449325d848c1c6d74f5ec94699;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/freetype.cc b/lily/freetype.cc index 4ee2acb60f..bcf8a3ca5f 100644 --- a/lily/freetype.cc +++ b/lily/freetype.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2006 Han-Wen Nienhuys + (c) 2004--2008 Han-Wen Nienhuys */ #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"); }