summaryrefslogtreecommitdiff
path: root/src/bitmap
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitmap')
-rw-r--r--src/bitmap/bdfread.c4
-rw-r--r--src/bitmap/pcfread.c2
-rw-r--r--src/bitmap/snfstr.h2
3 files changed, 4 insertions, 4 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] == '"') {
diff --git a/src/bitmap/pcfread.c b/src/bitmap/pcfread.c
index bf64d6f..882318b 100644
--- a/src/bitmap/pcfread.c
+++ b/src/bitmap/pcfread.c
@@ -197,7 +197,7 @@ pcfGetCompressedMetric(FontFilePtr file, CARD32 format, xCharInfo *metric)
}
/*
- * Position the file to the begining of the specified table
+ * Position the file to the beginning of the specified table
* in the font file
*/
static Bool
diff --git a/src/bitmap/snfstr.h b/src/bitmap/snfstr.h
index 8f39ded..83eb428 100644
--- a/src/bitmap/snfstr.h
+++ b/src/bitmap/snfstr.h
@@ -67,7 +67,7 @@ from The Open Group.
* 1) The XFONTINFO structure
* hand-padded to a two-short boundary.
* maxbounds.byteoffset is the total number of bytes in the
- * glpyh array
+ * glyph array
* maxbounds.bitOffset is thetotal width of the unpadded font
*
* 2) The XCHARINFO array