Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-03-23 00:24:22 +0300
committerJunio C Hamano <gitster@pobox.com>2018-03-23 00:24:22 +0300
commit9ea8e0ca81e4aa9db312185f26b3cdcd4602e904 (patch)
tree0f10528c2c4fce21d680844ce67362374628c9ba /Documentation
parent5a03f1d75ad6d373cdd0b76e379962e04cdaaa61 (diff)
parent5aea9fe6cccf7a29551f86e1c2ec85ab0ba12e8e (diff)
Merge branch 'rd/typofix' into maint
Typofix. * rd/typofix: Correct mispellings of ".gitmodule" to ".gitmodules" t/: correct obvious typo "detahced"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/api-submodule-config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-submodule-config.txt b/Documentation/technical/api-submodule-config.txt
index 3dce003fda..ee907c4a82 100644
--- a/Documentation/technical/api-submodule-config.txt
+++ b/Documentation/technical/api-submodule-config.txt
@@ -4,7 +4,7 @@ submodule config cache API
The submodule config cache API allows to read submodule
configurations/information from specified revisions. Internally
information is lazily read into a cache that is used to avoid
-unnecessary parsing of the same .gitmodule files. Lookups can be done by
+unnecessary parsing of the same .gitmodules files. Lookups can be done by
submodule path or name.
Usage