summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-30 13:45:25 -0700
committerJunio C Hamano <gitster@pobox.com>2017-06-30 13:45:25 -0700
commit748cffc22bbe769b3b2fba90ae98db4719b90bb4 (patch)
treef65f24be1f89121be4ccf0191c06651e81e6abc9 /builtin
parent53ee6b8f1a2d7445db914e692bdf9eb2ec0cc780 (diff)
parent64127575149e35b409bc2f78962f86507346d604 (diff)
downloadgit-748cffc22bbe769b3b2fba90ae98db4719b90bb4.tar.gz
Merge branch 'vs/typofixes'
Many typofixes. * vs/typofixes: Spelling fixes
Diffstat (limited to 'builtin')
-rw-r--r--builtin/grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/grep.c b/builtin/grep.c
index f61a9d938b..f752f642ff 100644
--- a/builtin/grep.c
+++ b/builtin/grep.c
@@ -647,7 +647,7 @@ static int grep_submodule(struct grep_opt *opt, const struct object_id *oid,
return 0;
if (!is_submodule_populated_gently(path, NULL)) {
/*
- * If searching history, check for the presense of the
+ * If searching history, check for the presence of the
* submodule's gitdir before skipping the submodule.
*/
if (oid) {