summaryrefslogtreecommitdiffstats
path: root/submodule-config.c
diff options
context:
space:
mode:
authorryenus <ryenus@gmail.com>2019-12-15 16:12:24 +0100
committerJunio C Hamano <gitster@pobox.com>2019-12-16 20:53:11 +0100
commit571fb9657318b710825cde19b70f7da4392abd44 (patch)
treeec16cab2ee95dae1f73bd9a54fdade748424a738 /submodule-config.c
parentThe fifth batch (diff)
downloadgit-571fb9657318b710825cde19b70f7da4392abd44.tar.xz
git-571fb9657318b710825cde19b70f7da4392abd44.zip
fix-typo: consecutive-word duplications
Correct unintentional duplication(s) of words, such as "the the", and "can can" etc. The changes are only applied to cases where it's fixing what is clearly wrong or prone to misunderstanding, as suggested by the reviewers. Helped-by: Johannes Schindelin <johannes.schindelin@gmx.de> Helped-by: Denton Liu <liu.denton@gmail.com> Helped-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: ryenus <ryenus@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'submodule-config.c')
-rw-r--r--submodule-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/submodule-config.c b/submodule-config.c
index b93482d834..85064810b2 100644
--- a/submodule-config.c
+++ b/submodule-config.c
@@ -626,7 +626,7 @@ static void submodule_cache_check_init(struct repository *repo)
/*
* Note: This function is private for a reason, the '.gitmodules' file should
- * not be used as as a mechanism to retrieve arbitrary configuration stored in
+ * not be used as a mechanism to retrieve arbitrary configuration stored in
* the repository.
*
* Runs the provided config function on the '.gitmodules' file found in the