summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2018-02-14 00:09:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-02-14 19:34:34 (GMT)
commit5aea9fe6cccf7a29551f86e1c2ec85ab0ba12e8e (patch)
tree8d843a771da5847f57b59a6d87bf3a61dacddc9b /Documentation/technical
parentc9a800a66d040421879cfb88ea1083779de9d1d7 (diff)
downloadgit-5aea9fe6cccf7a29551f86e1c2ec85ab0ba12e8e.zip
git-5aea9fe6cccf7a29551f86e1c2ec85ab0ba12e8e.tar.gz
git-5aea9fe6cccf7a29551f86e1c2ec85ab0ba12e8e.tar.bz2
Correct mispellings of ".gitmodule" to ".gitmodules"
There are a small number of misspellings, ".gitmodule", scattered throughout the code base, correct them ... no apparent functional changes. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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