Code

shortlog: handle multi-line subjects like log --pretty=oneline et. al. do
[git.git] / builtin-add.c
index ea4e77169a782ef38ed1c0524952a7220cbf739d..719de8b0f2d2d831f326d948aa18700e5c474950 100644 (file)
@@ -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.