commit | f4c0524ec67fac6bdceaac6cc218dc0f53f54378 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Thu Nov 10 11:39:07 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Nov 10 11:39:07 2005 +0000 |
tree | ef9c3b6c7ed949187af35aee6279fc000ad0fecd | |
parent | 39e11022e86410c3b8d052540dfc4d29b340fdf3 [diff] [blame] |
Assorted spelling and case fixes.
diff --git a/tools/sfnt2fnt.c b/tools/sfnt2fnt.c index 9d1695e..974f222 100644 --- a/tools/sfnt2fnt.c +++ b/tools/sfnt2fnt.c
@@ -382,7 +382,7 @@ int main(int argc, char **argv) { - fprintf( stderr, "%s needs to be built with Freetype support\n", argv[0] ); + fprintf( stderr, "%s needs to be built with FreeType support\n", argv[0] ); exit(1); }