Skip to content

Commit 711340c

Browse files
alexhenriegitster
authored andcommitted
pack-bitmap: improve grammar of "xor chain" error message
Signed-off-by: Alex Henrie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 969a564 commit 711340c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pack-bitmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ static struct stored_bitmap *lazy_bitmap_for_commit(struct bitmap_index *bitmap_
723723
ALLOC_GROW(xor_items, xor_items_nr + 1, xor_items_alloc);
724724

725725
if (xor_items_nr + 1 >= bitmap_git->entry_count) {
726-
error(_("corrupt bitmap lookup table: xor chain exceed entry count"));
726+
error(_("corrupt bitmap lookup table: xor chain exceeds entry count"));
727727
goto corrupt;
728728
}
729729

0 commit comments

Comments
 (0)