summaryrefslogtreecommitdiff
path: root/bdfread.c
diff options
context:
space:
mode:
Diffstat (limited to 'bdfread.c')
-rw-r--r--bdfread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdfread.c b/bdfread.c
index b932af5..f128f56 100644
--- a/bdfread.c
+++ b/bdfread.c
@@ -675,7 +675,7 @@ bdfReadProperties(FontFilePtr file, FontPtr pFont, bdfFileState *pState)
case 2:
/*
- * Possibilites include: valid quoted string with no white space
+ * Possibilities include: valid quoted string with no white space
* valid integer value invalid value
*/
if (secondbuf[0] == '"') {
@@ -696,7 +696,7 @@ bdfReadProperties(FontFilePtr file, FontPtr pFont, bdfFileState *pState)
case 3:
/*
- * Possibilites include: valid quoted string with some white space
+ * Possibilities include: valid quoted string with some white space
* invalid value (reject even if second string is integer)
*/
if (secondbuf[0] == '"') {