From: Jim Meyering Date: Tue, 1 Apr 2008 12:53:51 +0000 (+0200) Subject: SubmittingPatches: fix a typo X-Git-Tag: v1.6.1-rc1~347 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=8b1d88e87adcff001a72706bda8dcdefdfb8da67;p=git.git SubmittingPatches: fix a typo Signed-off-by: Jim Meyering Signed-off-by: Junio C Hamano --- diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 841bead9d..a1e9100f9 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -71,7 +71,7 @@ run git diff --check on your changes before you commit. (1a) Try to be nice to older C compilers -We try to support wide range of C compilers to compile +We try to support a wide range of C compilers to compile git with. That means that you should not use C99 initializers, even if a lot of compilers grok it.