diff options
author | Andreas Mohr <andim2@users.sourceforge.net> | 2013-05-01 09:36:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-07 12:39:19 (GMT) |
commit | ddac8d3d2d027dd50d729918078f57628855a568 (patch) | |
tree | 7bbc6c5b721a4db2620c7e28c0eb22f072b16b4b /Source/cmDocumentGeneratorExpressions.h | |
parent | 86832cecd59b3a56c5a609742b43e5b1c9524c66 (diff) | |
download | CMake-ddac8d3d2d027dd50d729918078f57628855a568.zip CMake-ddac8d3d2d027dd50d729918078f57628855a568.tar.gz CMake-ddac8d3d2d027dd50d729918078f57628855a568.tar.bz2 |
Fix spelling and typos (affecting binary data / module messages)
Diffstat (limited to 'Source/cmDocumentGeneratorExpressions.h')
-rw-r--r-- | Source/cmDocumentGeneratorExpressions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentGeneratorExpressions.h b/Source/cmDocumentGeneratorExpressions.h index 6cc3f25..7edc8ff 100644 --- a/Source/cmDocumentGeneratorExpressions.h +++ b/Source/cmDocumentGeneratorExpressions.h @@ -13,7 +13,7 @@ #define cmDocumentGeneratorExpressions_h #define CM_DOCUMENT_ADD_TEST_GENERATOR_EXPRESSIONS \ - "Generator expressions are evaluted during build system generation " \ + "Generator expressions are evaluated during build system generation " \ "to produce information specific to each build configuration. " \ "Valid expressions are:\n" \ " $<0:...> = empty string (ignores \"...\")\n" \ |