X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffreetype.cc;h=08d7733461d1c1d59e646fa5919559b5006a6d02;hb=09bf9a18185476020686ff65b5d70b57051be780;hp=4ee2acb60f9757449325d848c1c6d74f5ec94699;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/freetype.cc b/lily/freetype.cc index 4ee2acb60f..08d7733461 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--2009 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"); }