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.
2 parents 0d14f80 + 711340c commit 4fd6c5eCopy full SHA for 4fd6c5e
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