From a5666cb9fddfeea8ff4b3714f0aaf6de6649c9cf Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Mon, 3 Sep 2018 23:25:06 -0700 Subject: [PATCH] Minor typo in comment. --- 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 645eb2c57c..60aeaa1414 100644 --- a/tools/auto-tester/src/Test.cpp +++ b/tools/auto-tester/src/Test.cpp @@ -195,7 +195,7 @@ void Test::startTestsEvaluation(const bool isRunningFromCommandLine, _snapshotDirectory = QFileDialog::getExistingDirectory(nullptr, "Please select folder containing the test images", parent, QFileDialog::ShowDirsOnly); - // If user cancelled then restore previous selection and return + // If user canceled then restore previous selection and return if (_snapshotDirectory == "") { _snapshotDirectory = previousSelection; return;