Fix spelling/wording issues

Found by using:
    codespell --builtin clear,rare,usage,informal,code,names

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2022-04-03 09:21:29 -07:00
parent 66accad188
commit d223fce4c7
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg https://lists.x.org/mailman/listinfo/xorg
The master development code repository can be found at: The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/lib/libXcursor https://gitlab.freedesktop.org/xorg/lib/libXcursor

View file

@ -78,7 +78,7 @@ AC_ARG_WITH(cursorpath,
[XCURSORPATH=$DEF_CURSORPATH]) [XCURSORPATH=$DEF_CURSORPATH])
AC_SUBST([XCURSORPATH]) AC_SUBST([XCURSORPATH])
# Obtain compiler/linker options for depedencies # Obtain compiler/linker options for dependencies
PKG_CHECK_MODULES(XCURSOR, xrender >= 0.8.2 xfixes x11 fixesproto) PKG_CHECK_MODULES(XCURSOR, xrender >= 0.8.2 xfixes x11 fixesproto)
AC_DEFINE(HAVE_XFIXES, 1, [Define to 1 if you have Xfixes]) AC_DEFINE(HAVE_XFIXES, 1, [Define to 1 if you have Xfixes])