From b27434b11fe43004d60b0afd29bac0d916265d2a Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 12 Aug 2017 22:21:03 -0700 Subject: [PATCH] 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 } }