aboutsummaryrefslogtreecommitdiff
path: root/test/colmeta.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/colmeta.test')
-rw-r--r--test/colmeta.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/colmeta.test b/test/colmeta.test
index 21b0e0f38..43d2c83cb 100644
--- a/test/colmeta.test
+++ b/test/colmeta.test
@@ -97,7 +97,7 @@ foreach {tn params results} $tests {
}
# Calling sqlite3_table_column_metadata with a NULL column name merely
-# checks for the existance of the table.
+# checks for the existence of the table.
#
do_test colmeta-300 {
catch {sqlite3_table_column_metadata $::DB main xyzzy} res