aboutsummaryrefslogtreecommitdiff
path: root/test/alter3.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/alter3.test')
-rw-r--r--test/alter3.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/alter3.test b/test/alter3.test
index c6f26b0c5..464e20aee 100644
--- a/test/alter3.test
+++ b/test/alter3.test
@@ -101,7 +101,7 @@ do_test alter3-1.7 {
} {{CREATE TABLE t3(a, b, c VARCHAR(10, 20), UNIQUE(a, b))}}
do_test alter3-1.99 {
catchsql {
- # May not exist if foriegn-keys are omitted at compile time.
+ # May not exist if foreign-keys are omitted at compile time.
DROP TABLE t2;
}
execsql {