summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-27 18:34:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-02-27 18:34:03 (GMT)
commit9dc254b7adb5c44b0158ab125bd4d4a66cc675fa (patch)
treed525cac8779a184d27e2ffded2efe5ac35376ff1 /Documentation/technical
parent34b65c65b55abd5e60d7cc6af2e26af3cc5173f9 (diff)
parent5aea9fe6cccf7a29551f86e1c2ec85ab0ba12e8e (diff)
downloadgit-9dc254b7adb5c44b0158ab125bd4d4a66cc675fa.zip
git-9dc254b7adb5c44b0158ab125bd4d4a66cc675fa.tar.gz
git-9dc254b7adb5c44b0158ab125bd4d4a66cc675fa.tar.bz2
Merge branch 'rd/typofix'
Typofix. * rd/typofix: Correct mispellings of ".gitmodule" to ".gitmodules" t/: correct obvious typo "detahced"
Diffstat (limited to 'Documentation/technical')
-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 3dce003..ee907c4 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