summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-06 14:37:42 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-06 14:37:42 -0700
commit12bed78985af1da2d1f4954a3491ee497a878b23 (patch)
tree3d957e572b0a559a9c278292f8ffb3932ae87b24 /src/util
parentf83ea5e953c6904578a458e2c2bc2e1d5ae3cb47 (diff)
downloadxorg-lib-libXfont-12bed78985af1da2d1f4954a3491ee497a878b23.tar.gz
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/util')
-rw-r--r--src/util/utilbitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/utilbitmap.c b/src/util/utilbitmap.c
index fe1c412..fcdefe8 100644
--- a/src/util/utilbitmap.c
+++ b/src/util/utilbitmap.c
@@ -34,7 +34,7 @@ in this Software without prior written authorization from The Open Group.
#include "libxfontint.h"
#include <X11/fonts/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,