X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-add.c;h=719de8b0f2d2d831f326d948aa18700e5c474950;hb=cec08717cca468c66eb454c7201fd35f54b48a58;hp=ea4e77169a782ef38ed1c0524952a7220cbf739d;hpb=c0a4ae5caf220f97371e8b2c124d50fdd7663cf1;p=git.git 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.