From c90f4045319facad06b3c1179268f5cbac97257e Mon Sep 17 00:00:00 2001 From: "D. Richard Hipp" Date: Wed, 9 May 2018 10:11:44 +0000 Subject: [PATCH] Fix a typo in a comment used for documentation. No code changes. --- src/sqlite.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sqlite.h.in b/src/sqlite.h.in index e7bc6191cc..1074342be6 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -7113,7 +7113,7 @@ int sqlite3_test_control(int op, ...); ** using keywords as identifiers. Common techniques used to avoid keyword ** name collisions include: **