diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 17:31:20 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 17:31:20 -0700 |
commit | e4c7841eb916f8ad65bfe63daef0f1e81252c704 (patch) | |
tree | cfe9750519e2d6e4e55dae0cb60675e735e1fe05 /configure.ac | |
parent | be3c7a7621e89bbde2884585179b9e4c5b9e6639 (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>
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 c8ea789..7e3e29b 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,7 @@ XORG_CHECK_MALLOC_ZERO RANDR_VERSION=[`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`] AC_SUBST(RANDR_VERSION) -# Obtain compiler/linker options for depedencies +# Obtain compiler/linker options for dependencies PKG_CHECK_MODULES(RANDR, [x11 >= 1.6] randrproto >= $RANDR_VERSION xext xextproto xrender renderproto) AC_CONFIG_FILES([Makefile |