summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-05-08 12:01:22 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-05-08 12:01:22 -0700
commit29f790a5c98abde13b3daa5a7b1c1f53c4574550 (patch)
tree29c4a20eb433795cd69f661f21a635a241e44c3c
parentaea1ce86c4391ba72de4e8599f3862eccd3599f0 (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--configure.ac2
-rw-r--r--include/X11/fonts/FSlib.h2
-rw-r--r--src/FSQGlyphs.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 309e1e8..b126366 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,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/lib/libFS
diff --git a/configure.ac b/configure.ac
index 07b40fc..2248380 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
XORG_CHECK_MALLOC_ZERO
-# Obtain compiler/linker options for depedencies
+# Obtain compiler/linker options for dependencies
PKG_CHECK_MODULES(FS, xproto >= 7.0.17 fontsproto xtrans)
# Find needed libraries for TCP sockets (pre-pended in $LIBS)
diff --git a/include/X11/fonts/FSlib.h b/include/X11/fonts/FSlib.h
index 3debd77..ee81769 100644
--- a/include/X11/fonts/FSlib.h
+++ b/include/X11/fonts/FSlib.h
@@ -183,7 +183,7 @@ typedef struct _FSQEvent {
} _FSQEvent;
-/* protocol-related stuctures */
+/* protocol-related structures */
typedef unsigned long FSBitmapFormat;
typedef unsigned long FSBitmapFormatMask;
diff --git a/src/FSQGlyphs.c b/src/FSQGlyphs.c
index 0452d33..e40c88a 100644
--- a/src/FSQGlyphs.c
+++ b/src/FSQGlyphs.c
@@ -98,7 +98,7 @@ FSQueryXBitmaps8(
if (!offs)
return FSBadAlloc;
#if (SIZE_MAX >> 2) <= UINT_MAX
- /* XXX This thest is incomplete */
+ /* XXX This test is incomplete */
if (reply.length > (SIZE_MAX >> 2)) {
FSfree(offs);
return FSBadAlloc;