diff options
author | Leila Muhtasib <muhtasib@gmail.com> | 2012-06-22 16:03:01 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-22 14:25:04 -0700 |
commit | 8d8136c37a98bfb545f46990e3854df3414c3528 (patch) | |
tree | 5d0542bc1ed9894ce850d47c28c0a0a3ca679038 /Documentation/git-submodule.txt | |
parent | 0e64a95ae5824238cebdc921ed060efdef19620d (diff) | |
download | git-8d8136c37a98bfb545f46990e3854df3414c3528.tar.gz |
Documentation: Fix misspellings
Signed-off-by: Leila Muhtasib <muhtasib@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-submodule.txt')
-rw-r--r-- | Documentation/git-submodule.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index 9e488c0aad..fbbbcb282c 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -140,7 +140,7 @@ update:: checkout the commit specified in the index of the containing repository. This will make the submodules HEAD be detached unless `--rebase` or `--merge` is specified or the key `submodule.$name.update` is set to - `rebase`, `merge` or `none`. `none` can be overriden by specifying + `rebase`, `merge` or `none`. `none` can be overridden by specifying `--checkout`. + If the submodule is not yet initialized, and you just want to use the |