]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: submodule: fix typo for command absorbgitdirs
authorThomas Menzel <dev@tomsit.de>
Mon, 6 Jan 2020 14:50:13 +0000 (14:50 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jan 2020 17:24:46 +0000 (09:24 -0800)
The sentence wants to talk about the superproject's possesive, not plural form.

Signed-off-by: Thomas Menzel <dev@tomsit.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-submodule.txt

index ba3c4df550acfeb04a0a6b753a778816f031492c..f86ad63a410ca97c70d5dab8071a6f0cefdf4fde 100644 (file)
@@ -226,7 +226,7 @@ registered submodules, and sync any nested submodules within.
 
 absorbgitdirs::
        If a git directory of a submodule is inside the submodule,
-       move the git directory of the submodule into its superprojects
+       move the git directory of the submodule into its superproject's
        `$GIT_DIR/modules` path and then connect the git directory and
        its working directory by setting the `core.worktree` and adding
        a .git file pointing to the git directory embedded in the