Correct spelling of "faield".

This commit is contained in:
Chris Lamb 2017-08-12 22:21:03 -07:00 committed by antirez
parent 3c942b1269
commit 060eb3b2d0

View File

@ -318,7 +318,7 @@ proc end_tests {} {
puts "GOOD! No errors." puts "GOOD! No errors."
exit 0 exit 0
} else { } else {
puts "WARNING $::failed tests faield." puts "WARNING $::failed test(s) failed."
exit 1 exit 1
} }
} }