diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:35:06 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:35:06 -0700 |
commit | e6ea676e23770cf0d5c272f2a57375f5ed03e965 (patch) | |
tree | 609b61fe98c1689ad6878aebcc65c1377c69e1f4 /configure.ac | |
parent | dd301c9f1bebc008193f281826b38dfa0064b5f3 (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 07410be..b8f86a2 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(XXF86DGA, xproto [x11 >= 1.6] xextproto xext [xf86dgaproto >= 2.0.99.2]) AC_CONFIG_FILES([Makefile |