From 3710d726df04e12412876a4eb833e0d46c196e8a Mon Sep 17 00:00:00 2001 From: Nissim Hadar Date: Tue, 28 Nov 2017 15:23:57 -0800 Subject: [PATCH] WIP - improving the recursive script. --- tools/auto-tester/src/Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/auto-tester/src/Test.cpp b/tools/auto-tester/src/Test.cpp index 4851702619..16a87221fa 100644 --- a/tools/auto-tester/src/Test.cpp +++ b/tools/auto-tester/src/Test.cpp @@ -223,7 +223,7 @@ void Test::createRecursiveScript() { textStream << tab << TEST_PERIOD << endl; textStream << ");" << endl << endl; - textStream << "// STop teh timer and clear the module cache" << endl; + textStream << "// Stop the timer and clear the module cache" << endl; textStream << "Script.scriptEnding.connect(" << endl; textStream << tab << "function() {" << endl; textStream << tab << tab << "Script.clearInterval(testTimer);" << endl;