summaryrefslogtreecommitdiff
path: root/parsedpy.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 15:03:37 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 15:04:58 -0800
commit1bfa5bff47654213f1d40af64bae0e9e23b4bed4 (patch)
tree2d88ac62dd10278c442e57c8ecfeee192146eb5a /parsedpy.c
parentc2811c953620cf946269db2b74b29e0dc707e26a (diff)
downloadxorg-app-xauth-1bfa5bff47654213f1d40af64bae0e9e23b4bed4.tar.gz
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 'parsedpy.c')
-rw-r--r--parsedpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsedpy.c b/parsedpy.c
index 8aea441..3b6e203 100644
--- a/parsedpy.c
+++ b/parsedpy.c
@@ -35,7 +35,7 @@ in this Software without prior written authorization from The Open Group.
#include <stdio.h> /* for NULL */
#include <ctype.h> /* for isascii() and isdigit() */
#include <X11/Xos.h> /* for strchr() and string routines */
-#include <X11/Xlib.h> /* for Family contants */
+#include <X11/Xlib.h> /* for Family constants */
#ifdef hpux
#include <sys/utsname.h> /* for struct utsname */
#endif