summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-01 12:53:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-08-20 02:33:01 (GMT)
commit8b1d88e87adcff001a72706bda8dcdefdfb8da67 (patch)
treee24e65b8e4c59d30b37ada8b5ce4cdf7730e5eb0 /Documentation
parenta624eaa7820f4f9814e41e911c665a0aba2fce34 (diff)
downloadgit-8b1d88e87adcff001a72706bda8dcdefdfb8da67.zip
git-8b1d88e87adcff001a72706bda8dcdefdfb8da67.tar.gz
git-8b1d88e87adcff001a72706bda8dcdefdfb8da67.tar.bz2
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')
-rw-r--r--Documentation/SubmittingPatches2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 841bead..a1e9100 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.