Skip to content

Commit 4fd6c5e

Browse files
committed
Merge branch 'ac/bitmap-lookup-table'
Grammofix. * ac/bitmap-lookup-table: pack-bitmap: improve grammar of "xor chain" error message
2 parents 0d14f80 + 711340c commit 4fd6c5e

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)