summaryrefslogtreecommitdiff
path: root/parsedpy.c
diff options
context:
space:
mode:
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