summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-10 10:08:26 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-10 10:08:26 -0700
commit34e454b17466ad2d79fb51ab040906dfe9ccc3f3 (patch)
tree01243ebc968572875fb1f58fc64b6f421d231cb7 /configure.ac
parent5da41666a4a5bef637a9bb0c04357b7ab2de323d (diff)
downloadxorg-lib-libXext-34e454b17466ad2d79fb51ab040906dfe9ccc3f3.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.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 726ce08..86a479a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ if test "x$XEXT_SOREV" = "x" ; then
fi
AC_SUBST(XEXT_SOREV)
-# Obtain compiler/linker options for depedencies
+# Obtain compiler/linker options for dependencies
PKG_CHECK_MODULES(XEXT, [xproto >= 7.0.13] [x11 >= 1.6] [xextproto >= 7.1.99])
AX_GCC_BUILTIN([__builtin_popcountl])