Skip to content

Commit 6caa7b5

Browse files
committed
unpack-trees: typofix
I am not good at subject-verb concordance. Signed-off-by: Junio C Hamano <[email protected]>
1 parent da8ba5e commit 6caa7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpack-trees.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ static int verify_absent(struct cache_entry *ce, const char *action,
617617
* found "foo/." in the working tree.
618618
* This is tricky -- if we have modified
619619
* files that are in "foo/" we would lose
620-
* it.
620+
* them.
621621
*/
622622
ret = verify_clean_subdirectory(ce, action, o);
623623
if (ret < 0)

0 commit comments

Comments
 (0)