diff options
author | Alexander Potashev <aspotashev@gmail.com> | 2008-12-11 01:27:44 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-10 15:39:00 -0800 |
commit | 71fe9451312b159eb4d42a9407c6f9e8b6b26176 (patch) | |
tree | 7b37d2a006c9ab6fd236b29ef808a10e27cfa48a /builtin-add.c | |
parent | de749a972d3e262de27928785c83c7b286a18df0 (diff) | |
download | git-71fe9451312b159eb4d42a9407c6f9e8b6b26176.tar.gz git-71fe9451312b159eb4d42a9407c6f9e8b6b26176.tar.xz |
Fix typo in comment in builtin-add.c
Reported-by: Tim Daly <daly@axiom-developer.org>
Signed-off-by: Alexander Potashev <aspotashev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-add.c')
-rw-r--r-- | builtin-add.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |