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>
Alex Henrie committed
Sep 21, 2022 at 20:51 UTC
711340c797ce501c732eb2b6accee0608c62d4e9
1 file changed
+1
-1
pack-bitmap.c
+1
-1
index 9a208abc1f..9d5205055a 100644
--- a/pack-bitmap.c
+++ b/pack-bitmap.c
@@ -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;
}