From: Alexander Potashev Date: Wed, 10 Dec 2008 22:27:44 +0000 (+0300) Subject: Fix typo in comment in builtin-add.c X-Git-Tag: v1.6.1-rc3~8 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=71fe9451312b159eb4d42a9407c6f9e8b6b26176;p=git.git Fix typo in comment in builtin-add.c Reported-by: Tim Daly Signed-off-by: Alexander Potashev Signed-off-by: Junio C Hamano --- diff --git a/builtin-add.c b/builtin-add.c index ea4e77169..719de8b0f 100644 --- a/builtin-add.c +++ b/builtin-add.c @@ -23,7 +23,7 @@ static void fill_pathspec_matches(const char **pathspec, char *seen, int specs) int num_unmatched = 0, i; /* - * Since we are walking the index as if we are warlking the directory, + * Since we are walking the index as if we were walking the directory, * we have to mark the matched pathspec as seen; otherwise we will * mistakenly think that the user gave a pathspec that did not match * anything.