aboutsummaryrefslogtreecommitdiffstats
path: root/regex.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-01-18 05:52:52 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-01-18 05:52:52 +0200
commit7985a75ad0cd606794fac7ba662637372bd204a9 (patch)
treebb41be33d92ea608ccb6efe9bc6cf7b39de3daab /regex.h
parentc5fbf475a8efa76f67c5e795d6adbb4bb0769ee8 (diff)
downloadegawk-7985a75ad0cd606794fac7ba662637372bd204a9.tar.gz
egawk-7985a75ad0cd606794fac7ba662637372bd204a9.tar.bz2
egawk-7985a75ad0cd606794fac7ba662637372bd204a9.zip
Minor bug fix and cleanup in regex routines, from GNULIB.
Diffstat (limited to 'regex.h')
-rw-r--r--regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.h b/regex.h
index cd470a04..0a183dfc 100644
--- a/regex.h
+++ b/regex.h
@@ -327,7 +327,7 @@ typedef enum
/* POSIX regcomp return error codes. (In the order listed in the
standard.) */
REG_BADPAT, /* Invalid pattern. */
- REG_ECOLLATE, /* Inalid collating element. */
+ REG_ECOLLATE, /* Invalid collating element. */
REG_ECTYPE, /* Invalid character class name. */
REG_EESCAPE, /* Trailing backslash. */
REG_ESUBREG, /* Invalid back reference. */