From f7b3b11544f267afc3770c772f40cd930f4ffb86 Mon Sep 17 00:00:00 2001 From: Harisankar H Date: Wed, 9 Mar 2016 11:49:42 +0530 Subject: [PATCH] Typo correction: "faield" --> "failed" Typo correction: "faield" --> "failed" --- tests/instances.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/instances.tcl b/tests/instances.tcl index 2ba67ac19..93a06ba87 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 tests failed." exit 1 } }