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 /configure.ac | |
parent | d5124c809d9dea366986550e76d77a87bb1982c6 (diff) | |
download | xorg-lib-libdmx-aebce37da3e06eb14200da81c589db84dc628482.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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |