Merge pull request #4215 from lamby/correct-faield-spelling

Correct spelling of "faield".
This commit is contained in:
Salvatore Sanfilippo
2017-11-28 18:08:32 +01:00
committed by GitHub

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