From ce9171cd63dc64bd6cfcbb09df630774b2b2a99c Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 12 Apr 2013 00:36:10 +0200 Subject: compat/regex: fix spelling and grammar in comments Some of these were found using Lucas De Marchi's codespell tool. Others noticed by Eric Sunshine. Helped-by: Eric Sunshine Signed-off-by: Stefano Lattarini Signed-off-by: Jonathan Nieder Acked-by: Matthieu Moy Signed-off-by: Junio C Hamano --- compat/regex/regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat/regex/regex.c') diff --git a/compat/regex/regex.c b/compat/regex/regex.c index 3dd8dfa01..6aaae0032 100644 --- a/compat/regex/regex.c +++ b/compat/regex/regex.c @@ -22,7 +22,7 @@ #include "config.h" #endif -/* 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 -- cgit v1.2.1