Unverified Commit c3806f5b authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo Committed by GitHub
Browse files

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

Correct spelling of "faield".
parents a13106e0 6b9f02ac
...@@ -318,7 +318,7 @@ proc end_tests {} { ...@@ -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
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment