diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2011-01-03 20:03:34 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-04 11:23:42 -0800 |
commit | 469bfc962df22a87f0f0c60699d91fa9e647492a (patch) | |
tree | c8df5ac96e73af367892db2eef999feeabbb2738 /Documentation/config.txt | |
parent | 01b97a4cb60723d18b437efdc474503d2a9dd384 (diff) | |
download | git-469bfc962df22a87f0f0c60699d91fa9e647492a.tar.gz |
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.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index a8759cff80..ff7c225467 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. |