diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 11:05:10 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 11:05:10 -0700 |
commit | aebce37da3e06eb14200da81c589db84dc628482 (patch) | |
tree | c5a9187e4ef26234e2994a0b5c3e99c8bc282f63 | |
parent | d5124c809d9dea366986550e76d77a87bb1982c6 (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
@@ -6,7 +6,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/libdmx diff --git a/configure.ac b/configure.ac index 7decb56..1d4149e 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,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(DMX, [x11 >= 1.6] xext xextproto [dmxproto >= 2.2.99.1]) AC_CONFIG_FILES([Makefile |