From 1bfa5bff47654213f1d40af64bae0e9e23b4bed4 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 28 Nov 2021 15:03:37 -0800 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- parsedpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsedpy.c') 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 /* for NULL */ #include /* for isascii() and isdigit() */ #include /* for strchr() and string routines */ -#include /* for Family contants */ +#include /* for Family constants */ #ifdef hpux #include /* for struct utsname */ #endif -- cgit v1.2.1