diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-18 05:52:52 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-18 05:52:52 +0200 |
commit | 7985a75ad0cd606794fac7ba662637372bd204a9 (patch) | |
tree | bb41be33d92ea608ccb6efe9bc6cf7b39de3daab /regex.h | |
parent | c5fbf475a8efa76f67c5e795d6adbb4bb0769ee8 (diff) | |
download | egawk-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |