diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-09-19 17:26:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-11 16:40:43 -0700 |
commit | 6caa7b555336dcb6e52bc7dfce1dd953bf53c3d5 (patch) | |
tree | ed8e45bfdaebe12a7e19e805880662bee1cabc61 /unpack-trees.c | |
parent | da8ba5e7da01be597aa9417c563dbd516ea5f204 (diff) | |
download | git-6caa7b555336dcb6e52bc7dfce1dd953bf53c3d5.tar.gz |
unpack-trees: typofix
I am not good at subject-verb concordance.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'unpack-trees.c')
-rw-r--r-- | unpack-trees.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack-trees.c b/unpack-trees.c index 720f7a1616..d174fe05db 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) |