From 62268b9718b5a47ae1dae3c7d0bfbdc693a22525 Mon Sep 17 00:00:00 2001 From: Francisco Vila
Date: Thu, 27 Jan 2011 17:06:03 +0100 Subject: [PATCH] Spell Free type as FreeType. --- lily/open-type-font.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () )); -- 2.39.5