summaryrefslogtreecommitdiff
path: root/builtin-add.c
diff options
context:
space:
mode:
authorAlexander Potashev <aspotashev@gmail.com>2008-12-10 22:27:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-12-10 23:39:00 (GMT)
commit71fe9451312b159eb4d42a9407c6f9e8b6b26176 (patch)
tree7b37d2a006c9ab6fd236b29ef808a10e27cfa48a /builtin-add.c
parentde749a972d3e262de27928785c83c7b286a18df0 (diff)
downloadgit-71fe9451312b159eb4d42a9407c6f9e8b6b26176.zip
git-71fe9451312b159eb4d42a9407c6f9e8b6b26176.tar.gz
git-71fe9451312b159eb4d42a9407c6f9e8b6b26176.tar.bz2
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-add.c b/builtin-add.c
index ea4e771..719de8b 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.