aboutsummaryrefslogtreecommitdiffstats
path: root/regex.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-01-18 06:22:29 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-01-18 06:22:29 +0200
commit7c84c5f2d9e9a044e17b132628f675e0b199f640 (patch)
tree39b67feb78bfb189f80cdaf745fc61606fe1cf78 /regex.h
parentf8445dd6243fd158794d6d26c0373b5cdf45f18a (diff)
parent07795bbecb05b4d2d52bd8808c713b0c5ece7b3b (diff)
downloadegawk-7c84c5f2d9e9a044e17b132628f675e0b199f640.tar.gz
egawk-7c84c5f2d9e9a044e17b132628f675e0b199f640.tar.bz2
egawk-7c84c5f2d9e9a044e17b132628f675e0b199f640.zip
Merge branch 'gawk-4.1-stable'
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 d1c478ec..ad6ad02d 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. */