Corrected typo in comment.

This commit is contained in:
Nissim Hadar 2017-12-01 11:16:57 -08:00
parent 526aa8fe57
commit a83244c27f

View file

@ -114,7 +114,7 @@ void Test::evaluateTests() {
// Two criteria are used to decide if a folder contains valid test results.
// 1) a 'test'js' file exists in the folder
// 2) the folder has the same number of anual and expected images
// 2) the folder has the same number of actual and expected images
void Test::evaluateTestsRecursively() {
// Select folder to start recursing from
QString topLevelDirectory = QFileDialog::getExistingDirectory(nullptr, "Please select folder that will contain the top level test script", ".", QFileDialog::ShowDirsOnly);