diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-04-22 21:42:51 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-04-22 21:48:03 (GMT) |
commit | 8e841a473f1e037d3e8102a23281a593afa2daab (patch) | |
tree | 43c577a6ebc02d55e92024304e0a6be34b5b2010 /Tests/QtAutogen | |
parent | fe0082875aeecead23b2351629abca4990dfba43 (diff) | |
download | CMake-8e841a473f1e037d3e8102a23281a593afa2daab.zip CMake-8e841a473f1e037d3e8102a23281a593afa2daab.tar.gz CMake-8e841a473f1e037d3e8102a23281a593afa2daab.tar.bz2 |
Cleanup: Fix typos and grammar in docs and code
No functional changes, just docs, comments and error messages.
Diffstat (limited to 'Tests/QtAutogen')
-rw-r--r-- | Tests/QtAutogen/RerunRccDepends/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/QtAutogen/RerunRccDepends/CMakeLists.txt b/Tests/QtAutogen/RerunRccDepends/CMakeLists.txt index f9c52b7..52e2488 100644 --- a/Tests/QtAutogen/RerunRccDepends/CMakeLists.txt +++ b/Tests/QtAutogen/RerunRccDepends/CMakeLists.txt @@ -62,7 +62,7 @@ if (NOT rdGenAfter GREATER rdGenBefore) endif() -message("Changing a the .qrc file") +message("Changing the .qrc file") # - Acquire binary timestamps before the build file(TIMESTAMP "${rccDepBinPlain}" rdPlainBefore "${timeformat}") file(TIMESTAMP "${rccDepBinGen}" rdGenBefore "${timeformat}") |