diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 14:53:09 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 14:53:09 -0800 |
commit | 3d66d6c70b33380ae4d3008ce62971825da8e8fb (patch) | |
tree | 1616f3ae4a7288d44ec3dc13a436962fdc2ac8cc /configure.ac | |
parent | 3a91ab7d228f4c1a28970e447cff7d1a960db2fe (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 32cf13a..210e65a 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,7 @@ AC_CHECK_TYPES([ # Checks for library functions. AC_CHECK_FUNCS([pututline updwtmpx utmpxname]) -# Obtain compiler/linker options for depedencies +# Obtain compiler/linker options for dependencies PKG_CHECK_MODULES(SESSREG, [xproto >= 7.0.25]) AC_CONFIG_FILES([ |