diff options
Diffstat (limited to 'bdfread.c')
| -rw-r--r-- | bdfread.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] == '"') { |
