summaryrefslogtreecommitdiff
path: root/deps/regex/regex.c
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2014-12-05 07:44:09 +0100
committernulltoken <emeric.fermas@gmail.com>2014-12-05 07:44:09 +0100
commit30ec05260d5fe2074f19b7f47021455cf10a7014 (patch)
treeef3262823a2eda00ef63ae6dd298bcfb49f14ef4 /deps/regex/regex.c
parente79fbd9e8aafab6eb58a6e60b55291487232570c (diff)
parentb874629b2d5823b7f52055a9784cc2e34cd48efb (diff)
downloadlibgit2-30ec05260d5fe2074f19b7f47021455cf10a7014.tar.gz
Merge pull request #2744 from epmatsw/spelling
Spelling fixes
Diffstat (limited to 'deps/regex/regex.c')
-rw-r--r--deps/regex/regex.c2
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