Code

Merge branch 'maint-1.6.0' into maint
[git.git] / Documentation / SubmittingPatches
index 34fdc83ad48f764ebc7908a947cd057350c3674d..ba07c8c57107a8438d5b3ce1a49761dba7182d25 100644 (file)
@@ -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 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.