summaryrefslogtreecommitdiff
path: root/tests/instances.tcl
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-08-12 22:21:03 -0700
committerChris Lamb <chris@chris-lamb.co.uk>2017-08-12 22:21:03 -0700
commit6b9f02ac1263b21675ecd4a05cc12d3da41e8a0f (patch)
treec5bc03d95f29a74aba2920a2eecbd882cb3ceef5 /tests/instances.tcl
parent202c2ebec4d47d6f8cfbb6c91dd4486dd62aebf6 (diff)
downloadredis-6b9f02ac1263b21675ecd4a05cc12d3da41e8a0f.tar.gz
Correct spelling of "faield".
Diffstat (limited to 'tests/instances.tcl')
-rw-r--r--tests/instances.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/instances.tcl b/tests/instances.tcl
index 2ba67ac19..357b34818 100644
--- a/tests/instances.tcl
+++ b/tests/instances.tcl
@@ -318,7 +318,7 @@ proc end_tests {} {
puts "GOOD! No errors."
exit 0
} else {
- puts "WARNING $::failed tests faield."
+ puts "WARNING $::failed test(s) failed."
exit 1
}
}