summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-01-03 19:03:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-01-04 19:23:42 (GMT)
commit469bfc962df22a87f0f0c60699d91fa9e647492a (patch)
treec8df5ac96e73af367892db2eef999feeabbb2738 /Documentation/config.txt
parent01b97a4cb60723d18b437efdc474503d2a9dd384 (diff)
downloadgit-469bfc962df22a87f0f0c60699d91fa9e647492a.zip
git-469bfc962df22a87f0f0c60699d91fa9e647492a.tar.gz
git-469bfc962df22a87f0f0c60699d91fa9e647492a.tar.bz2
Fix typos in the documentation
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index a8759cf..ff7c225 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -892,7 +892,7 @@ diff.wordRegex::
fetch.recurseSubmodules::
A boolean value which changes the behavior for fetch and pull, the
- default is to not recursively fetch populated sumodules unless
+ default is to not recursively fetch populated submodules unless
configured otherwise.
fetch.unpackLimit::
@@ -1811,7 +1811,7 @@ submodule.<name>.update::
submodule.<name>.fetchRecurseSubmodules::
This option can be used to enable/disable recursive fetching of this
- submodule. It can be overriden by using the --[no-]recurse-submodules
+ submodule. It can be overridden by using the --[no-]recurse-submodules
command line option to "git fetch" and "git pull".
This setting will override that from in the linkgit:gitmodules[5]
file.