summaryrefslogtreecommitdiff
path: root/Tests/CTestTestStopTime/GetDate.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CTestTestStopTime/GetDate.cmake')
-rw-r--r--Tests/CTestTestStopTime/GetDate.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestTestStopTime/GetDate.cmake b/Tests/CTestTestStopTime/GetDate.cmake
index 46ab2fbac..64a4fb9b3 100644
--- a/Tests/CTestTestStopTime/GetDate.cmake
+++ b/Tests/CTestTestStopTime/GetDate.cmake
@@ -68,7 +68,7 @@ macro(GET_DATE)
#
# Extract six individual components by matching a regex with paren groupings.
- # Use the replace functionality and \\1 thru \\6 to extract components.
+ # Use the replace functionality and \\1 through \\6 to extract components.
#
set(${GD_PREFIX}REGEX "([^/]+)/([^/]+)/([^ ]+) +([^:]+):([^:]+):([^\\.]+)")