diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 19:04:10 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 19:04:10 -0700 |
commit | 0dd3ebf9f0f698491361d2087a01d81d2a06499e (patch) | |
tree | e38cf728f4dc1e4888f76a4eb8bd03bbae2c4e58 | |
parent | e86dfd828c4ca24ae3f0ed6c78f87b0466564f2a (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/libXxf86vm diff --git a/configure.ac b/configure.ac index 2af04da..01118e4 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,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(XXF86VM, xproto [x11 >= 1.6] xextproto xext [xf86vidmodeproto >= 2.2.99.1]) AC_CONFIG_FILES([Makefile |