From 71fe9451312b159eb4d42a9407c6f9e8b6b26176 Mon Sep 17 00:00:00 2001 From: Alexander Potashev Date: Thu, 11 Dec 2008 01:27:44 +0300 Subject: [PATCH] Fix typo in comment in builtin-add.c Reported-by: Tim Daly Signed-off-by: Alexander Potashev Signed-off-by: Junio C Hamano --- builtin-add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2