diff --git a/Makefile b/Makefile index 3cb9d0e..b159a20 100644 --- a/Makefile +++ b/Makefile @@ -47,5 +47,5 @@ indent: done commit: - git-commit $(OBJS:.o=.c) $(HDRS) $(MISC) + git commit $(OBJS:.o=.c) $(HDRS) $(MISC) diff --git a/bdf2c.c b/bdf2c.c index 0fce213..b0b02f4 100644 --- a/bdf2c.c +++ b/bdf2c.c @@ -1,5 +1,5 @@ /// -/// @file bdf2c.c BDF Font to C source converter +/// @file bdf2c.c BDF Font to C source convertor /// /// Copyright (c) 2009 by Johns. All Rights Reserved. /// diff --git a/readme.txt b/readme.txt index cc0f047..e1f71d3 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ -My version of BDF fonts converter to C includes, which can be used to -embed Fonts into the executable. +My version of BDF fonts convertor to C includes, which can be used to +embed fonts into the executable. Usage: ./bdf2c -c