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
commit c3806f5b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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