]> git.99rst.org Git - git.git/commitdiff
pack-bitmap: improve grammar of "xor chain" error message
authorAlex Henrie <redacted>
Thu, 22 Sep 2022 02:51:58 +0000 (20:51 -0600)
committerJunio C Hamano <redacted>
Fri, 23 Sep 2022 15:54:05 +0000 (08:54 -0700)
Signed-off-by: Alex Henrie <redacted>
Signed-off-by: Junio C Hamano <redacted>
pack-bitmap.c

index 9a208abc1fdd920926a1b8ee22e0a8bf5371743e..9d5205055a5ca029bb0351c8b036d132b887a98d 100644 (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;
                }
 
git clone https://git.99rst.org/PROJECT