aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/SubmittingPatches
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-01 14:53:51 +0200
committerJunio C Hamano <gitster@pobox.com>2008-08-19 19:33:01 -0700
commit8b1d88e87adcff001a72706bda8dcdefdfb8da67 (patch)
treee24e65b8e4c59d30b37ada8b5ce4cdf7730e5eb0 /Documentation/SubmittingPatches
parenta624eaa7820f4f9814e41e911c665a0aba2fce34 (diff)
downloadgit-8b1d88e87adcff001a72706bda8dcdefdfb8da67.tar.gz
SubmittingPatches: fix a typo
Signed-off-by: Jim Meyering <meyering@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r--Documentation/SubmittingPatches2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 841bead9db..a1e9100f9e 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.