diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:26:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:26:23 -0700 |
commit | d478f60475e2ae50ce57bb9cc27d6a835dfa200c (patch) | |
tree | b0cb098fe96b53f6ad5fc30d8c26e61719ee7f81 /configure.ac | |
parent | 2f0952f5f78f80463810e7dc41c944d2c03e99ab (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 327bb1c..31a26b0 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,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(XV, [x11 >= 1.6 xext xextproto videoproto]) # Allow checking code with lint, sparse, etc. |