Fixed typo.

This commit is contained in:
NissimHadar 2018-05-14 09:25:17 -07:00
parent e69871f499
commit a9a783588b

View file

@ -89,7 +89,7 @@ private:
const int NUM_DIGITS { 5 };
const QString EXPECTED_IMAGE_PREFIX { "ExpectedImage_" };
// We have to directories to work with.
// We have two directories to work with.
// The first is the directory containing the test we are working with
// The second contains the snapshots taken for test runs that need to be evaluated
QString testDirectory;