summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 13:48:34 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 13:48:34 -0800
commit33edfaac0e8ddd9d125bdae8d3025f79642151d7 (patch)
treefc3109d26bba24e203b4176d5c6e9867c2968f12
parent7a9d318d64c85a9000f8baeb23c267ac8629c6c0 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md2
-rw-r--r--bdfread.c4
-rw-r--r--utilbitmap.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9da952d..84123a7 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg
-The master development code repository can be found at:
+The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/util/bdftopcf
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] == '"') {
diff --git a/utilbitmap.c b/utilbitmap.c
index 7e78424..1a36e8b 100644
--- a/utilbitmap.c
+++ b/utilbitmap.c
@@ -33,7 +33,7 @@ in this Software without prior written authorization from The Open Group.
#endif
#include "fontmisc.h"
-/* Utility functions for reformating font bitmaps */
+/* Utility functions for reformatting font bitmaps */
static const unsigned char _reverse_byte[0x100] = {
0x00, 0x80, 0x40, 0xc0, 0x20, 0xa0, 0x60, 0xe0,