diff options
Diffstat (limited to 'deps/regex/regex.c')
-rw-r--r-- | deps/regex/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/regex/regex.c b/deps/regex/regex.c index 225a001ee..e1b4baf0d 100644 --- a/deps/regex/regex.c +++ b/deps/regex/regex.c @@ -20,7 +20,7 @@ #include "config.h" -/* Make sure noone compiles this code with a C++ compiler. */ +/* Make sure no one compiles this code with a C++ compiler. */ #ifdef __cplusplus # error "This is C code, use a C compiler" #endif |