Skip to content

Commit

Permalink
Fix typo in comment in builtin-add.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Potashev authored and Junio C Hamano committed Dec 10, 2008
1 parent de749a9 commit 71fe945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-add.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 71fe945

Please sign in to comment.