pack-bitmap: improve grammar of "xor chain" error message

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Alex Henrie 2022-09-21 20:51:58 -06:00 committed by Junio C Hamano
parent 969a564587
commit 711340c797
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ static struct stored_bitmap *lazy_bitmap_for_commit(struct bitmap_index *bitmap_
ALLOC_GROW(xor_items, xor_items_nr + 1, xor_items_alloc);
if (xor_items_nr + 1 >= bitmap_git->entry_count) {
error(_("corrupt bitmap lookup table: xor chain exceed entry count"));
error(_("corrupt bitmap lookup table: xor chain exceeds entry count"));
goto corrupt;
}