From: Francisco Vila
Date: Thu, 27 Jan 2011 16:06:03 +0000 (+0100) Subject: Spell Free type as FreeType. X-Git-Tag: release/2.13.47-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=62268b9718b5a47ae1dae3c7d0bfbdc693a22525;p=lilypond.git Spell Free type as FreeType. --- diff --git a/lily/open-type-font.cc b/lily/open-type-font.cc index 7b3b973ba4..73d93ccb7d 100644 --- a/lily/open-type-font.cc +++ b/lily/open-type-font.cc @@ -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 () ));