summaryrefslogtreecommitdiff
path: root/src/bitmap/bdfread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitmap/bdfread.c')
-rw-r--r--src/bitmap/bdfread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bitmap/bdfread.c b/src/bitmap/bdfread.c
index f4340b9..a9f353a 100644
--- a/src/bitmap/bdfread.c
+++ b/src/bitmap/bdfread.c
@@ -677,7 +677,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] == '"') {
@@ -698,7 +698,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] == '"') {