From: Junio C Hamano Date: Sun, 20 Sep 2009 00:26:16 +0000 (-0700) Subject: unpack-trees: typofix X-Git-Tag: v1.6.6-rc0~20^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6caa7b555336dcb6e52bc7dfce1dd953bf53c3d5;p=git.git unpack-trees: typofix I am not good at subject-verb concordance. Signed-off-by: Junio C Hamano --- diff --git a/unpack-trees.c b/unpack-trees.c index 720f7a161..d174fe05d 100644 --- a/unpack-trees.c +++ b/unpack-trees.c @@ -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)