diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-06-30 13:45:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-30 13:45:25 -0700 |
commit | 748cffc22bbe769b3b2fba90ae98db4719b90bb4 (patch) | |
tree | f65f24be1f89121be4ccf0191c06651e81e6abc9 /builtin | |
parent | Merge branch 'rs/apply-validate-input' (diff) | |
parent | Spelling fixes (diff) | |
download | tgif-748cffc22bbe769b3b2fba90ae98db4719b90bb4.tar.xz |
Merge branch 'vs/typofixes'
Many typofixes.
* vs/typofixes:
Spelling fixes
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/grep.c | 2 |
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) { |