diff --git a/tools/auto-tester/src/Test.h b/tools/auto-tester/src/Test.h
index c7ce5f8893..0fb957d309 100644
--- a/tools/auto-tester/src/Test.h
+++ b/tools/auto-tester/src/Test.h
@@ -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;