diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-26 08:56:16 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-26 08:56:16 -0700 |
commit | 53c3cfbecba041d1a215f7a5689df796b97949e8 (patch) | |
tree | 9dddbf8d2f3ec2e9dad4df76fd817614259092b0 /configure.ac | |
parent | 36086307ba9fd1272365b964056e8a6780109478 (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 d8addce..9603741 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,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(XVMC, [x11 >= 1.6] xext xv xextproto videoproto) # Checks for library functions. |