We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969a564 commit 711340cCopy full SHA for 711340c
pack-bitmap.c
@@ -723,7 +723,7 @@ static struct stored_bitmap *lazy_bitmap_for_commit(struct bitmap_index *bitmap_
723
ALLOC_GROW(xor_items, xor_items_nr + 1, xor_items_alloc);
724
725
if (xor_items_nr + 1 >= bitmap_git->entry_count) {
726
- error(_("corrupt bitmap lookup table: xor chain exceed entry count"));
+ error(_("corrupt bitmap lookup table: xor chain exceeds entry count"));
727
goto corrupt;
728
}
729
0 commit comments