diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-30 14:08:43 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-30 14:14:00 -0700 |
commit | 410d2005f5a1f11e8204d9bc3432e0b145ae3161 (patch) | |
tree | f496c097e84884542ca64b2c73e166f22f31a629 /configure.ac | |
parent | 08df47e4786d112a639915331702b4a27def6a56 (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 1d22b52..9d89409 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ XORG_WITH_FOP XORG_WITH_XSLTPROC XORG_CHECK_SGML_DOCTOOLS(1.8) -# Obtain compiler/linker options for depedencies +# Obtain compiler/linker options for dependencies PKG_CHECK_MODULES(ICE, xproto xtrans) # Transport selection macro from xtrans.m4 |