summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-08-12 22:21:03 -0700
committerantirez <antirez@gmail.com>2017-11-28 18:27:59 +0100
commit060eb3b2d0f7c5d4acbddff52450e55b30ba8990 (patch)
tree8e827f7d7bcdf2b6da144b4303f2e819914beeb8
parent3c942b12695dabfbbf9af7dd62ec9ece2007bcb8 (diff)
downloadredis-060eb3b2d0f7c5d4acbddff52450e55b30ba8990.tar.gz
Correct spelling of "faield".
-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
}
}