Skip to content

Commit 8cc4944

Browse files
authored
Merge pull request IvorySQL#1153 from sportswang/master
fix spell error of constraint
2 parents d652536 + 3e72a36 commit 8cc4944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/amcheck/verify_nbtree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ heap_entry_is_visible(BtreeCheckState *state, ItemPointer tid)
876876
}
877877

878878
/*
879-
* Prepare an error message for unique constrain violation in
879+
* Prepare an error message for unique constraint violation in
880880
* a btree index and report ERROR.
881881
*/
882882
static void

0 commit comments

Comments
 (0)