diff options
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) { |