diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:03:52 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:03:52 -0700 |
commit | 7aa043acaff88d5ee5a18e40796acf0da1d98a6c (patch) | |
tree | c5b1262b4f3b04fc79914da56d0f0d2e2d9bc5be | |
parent | 48446b1610f3d4e4236bd83143718042cd6460a8 (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.md | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,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/libxshmfence diff --git a/configure.ac b/configure.ac index 3d9f2f1..1879c55 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ LINT_FLAGS="${LINT_FLAGS} ${FONTENC_CFLAGS}" dnl -dnl Locate a suitable tmp file system for creating shared memeory files +dnl Locate a suitable tmp file system for creating shared memory files dnl AC_ARG_ENABLE(futex, AS_HELP_STRING([--enable-futex], [Enable futexes (default: auto)]), |