Correct spelling of "faield".

This commit is contained in:
Chris Lamb 2017-08-12 22:21:03 -07:00
parent 202c2ebec4
commit 6b9f02ac12

View File

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