Correct spelling of "faield".

This commit is contained in:
Chris Lamb 2017-08-12 22:21:03 -07:00
parent bd9262da94
commit b27434b11f

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
} }
} }