Skip to content

Commit

Permalink
unpack-trees: typofix
Browse files Browse the repository at this point in the history
I am not good at subject-verb concordance.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Oct 11, 2009
1 parent da8ba5e commit 6caa7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unpack-trees.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6caa7b5

Please sign in to comment.