summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2017-11-28 18:08:32 +0100
committerGitHub <noreply@github.com>2017-11-28 18:08:32 +0100
commitc3806f5b7238b1e11e4b48b8bfb22a8dd0d36c1f (patch)
tree35b81144321ac9a31cf14cc1141bd822bd60fc9d
parenta13106e0014644d71bf3aaa577a4a0cce87bf6ed (diff)
parent6b9f02ac1263b21675ecd4a05cc12d3da41e8a0f (diff)
downloadredis-c3806f5b7238b1e11e4b48b8bfb22a8dd0d36c1f.tar.gz
Merge pull request #4215 from lamby/correct-faield-spelling
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
}
}