From 6b9f02ac1263b21675ecd4a05cc12d3da41e8a0f Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 12 Aug 2017 22:21:03 -0700 Subject: Correct spelling of "faield". --- tests/instances.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/instances.tcl b/tests/instances.tcl index 2ba67ac19..357b34818 100644 --- a/tests/instances.tcl +++ b/tests/instances.tcl @@ -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 } } -- cgit v1.2.1