Code

unpack-trees: typofix
authorJunio C Hamano <gitster@pobox.com>
Sun, 20 Sep 2009 00:26:16 +0000 (17:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 Oct 2009 23:40:43 +0000 (16:40 -0700)
I am not good at subject-verb concordance.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
unpack-trees.c

index 720f7a161651126872b7357173c10d69d1db7636..d174fe05dbcdad0cccb1f75e943899eeb0262709 100644 (file)
@@ -617,7 +617,7 @@ static int verify_absent(struct cache_entry *ce, const char *action,
                         * found "foo/." in the working tree.
                         * This is tricky -- if we have modified
                         * files that are in "foo/" we would lose
-                        * it.
+                        * them.
                         */
                        ret = verify_clean_subdirectory(ce, action, o);
                        if (ret < 0)