summaryrefslogtreecommitdiff
path: root/lib/regex.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-04-03 14:01:43 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-04-03 14:02:19 -0700
commitd95b819f463306955c4bc21f78257c07ba985ed8 (patch)
treef96044cc2baf1c4bef35779edfd63259b79b7934 /lib/regex.h
parent075c7d4ff49e8104dafbe9ad6a3258e70b27cdc1 (diff)
downloadgnulib-d95b819f463306955c4bc21f78257c07ba985ed8.tar.gz
Prefer American spelling for "initialize"
Diffstat (limited to 'lib/regex.h')
-rw-r--r--lib/regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/regex.h b/lib/regex.h
index 6b969e3a70..3ba64ac89d 100644
--- a/lib/regex.h
+++ b/lib/regex.h
@@ -533,7 +533,7 @@ extern reg_syntax_t re_set_syntax (reg_syntax_t __syntax);
BUFFER. Return NULL if successful, and an error string if not.
To free the allocated storage, you must call 'regfree' on BUFFER.
- Note that the translate table must either have been initialised by
+ Note that the translate table must either have been initialized by
'regcomp', with a malloc'ed value, or set to NULL before calling
'regfree'. */
extern const char *re_compile_pattern (const char *__pattern, size_t __length,