Skip to content

Commit e02efeb

Browse files
committed
Fix typo
1 parent dfec508 commit e02efeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/SqliteError.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ namespace vx::sqlite {
7171
Empty = 16, /**< Internal use only */
7272
Schema = 17, /**< The database schema changed */
7373
TooBig = 18, /**< String or BLOB exceeds size limit */
74-
Consraint = 19, /**< Abort due to constraint violation */
74+
Constraint = 19, /**< Abort due to constraint violation */
7575
Mismatch = 20, /**< Data type mismatch */
7676
Misuse = 21, /**< Library used incorrectly */
7777
NoLFS = 22, /**< Uses OS features not supported on host */

0 commit comments

Comments
 (0)