summaryrefslogtreecommitdiff
path: root/test/notify2.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/notify2.test')
-rw-r--r--test/notify2.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/notify2.test b/test/notify2.test
index 4016b6d..9e40ed6 100644
--- a/test/notify2.test
+++ b/test/notify2.test
@@ -150,9 +150,9 @@ set sql $zSql
# Hit some other kind of error. This is a malfunction.
error $msg
} else {
- # No error occured. Check that any SELECT statements in the transaction
+ # No error occurred. Check that any SELECT statements in the transaction
# returned "1". Otherwise, the invariant was false, indicating that
- # some malfunction has occured.
+ # some malfunction has occurred.
foreach r $msg { if {$r != 1} { puts "Invariant check failed: $msg" } }
}
}