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/gitmodules.txt | |
parent | 01b97a4cb60723d18b437efdc474503d2a9dd384 (diff) | |
download | git-469bfc962df22a87f0f0c60699d91fa9e647492a.tar.gz git-469bfc962df22a87f0f0c60699d91fa9e647492a.tar.xz |
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/gitmodules.txt')
-rw-r--r-- | Documentation/gitmodules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt index 6c93202e7..68977943e 100644 --- a/Documentation/gitmodules.txt +++ b/Documentation/gitmodules.txt @@ -49,7 +49,7 @@ submodule.<name>.fetchRecurseSubmodules:: submodule. 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 "--[no-]recurse-submodules" option to "git fetch" and "git pull".. submodule.<name>.ignore:: |