From 7985a75ad0cd606794fac7ba662637372bd204a9 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 18 Jan 2016 05:52:52 +0200 Subject: Minor bug fix and cleanup in regex routines, from GNULIB. --- regex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regex.h') 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. */ -- cgit v1.2.3