summaryrefslogtreecommitdiff
path: root/Documentation/gitmodules.txt
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-08-22 11:12:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-22 20:26:13 (GMT)
commit3776ea9d7006f48c380e80ccc57db681f4e9adfb (patch)
treedb2076444c5848b85d72ebbdc127896da7abfe3c /Documentation/gitmodules.txt
parent5cba1229d8246da2a6d1d956eeed8227f69e185b (diff)
downloadgit-3776ea9d7006f48c380e80ccc57db681f4e9adfb.zip
git-3776ea9d7006f48c380e80ccc57db681f4e9adfb.tar.gz
git-3776ea9d7006f48c380e80ccc57db681f4e9adfb.tar.bz2
Typos in code comments, an error message, documentation
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitmodules.txt')
-rw-r--r--Documentation/gitmodules.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt
index 8ae107d..bcffd95 100644
--- a/Documentation/gitmodules.txt
+++ b/Documentation/gitmodules.txt
@@ -56,7 +56,7 @@ submodule.<name>.ignore::
If this option is also present in the submodules entry in .git/config of
the superproject, the setting there will override the one found in
.gitmodules.
- Both settings can be overriden on the command line by using the
+ Both settings can be overridden on the command line by using the
"--ignore-submodule" option.