summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-06-30 13:45:25 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-06-30 13:45:25 -0700
commit748cffc22bbe769b3b2fba90ae98db4719b90bb4 (patch)
treef65f24be1f89121be4ccf0191c06651e81e6abc9 /builtin
parentMerge branch 'rs/apply-validate-input' (diff)
parentSpelling fixes (diff)
downloadtgif-748cffc22bbe769b3b2fba90ae98db4719b90bb4.tar.xz
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) {