diff options
Diffstat (limited to 'Source/cmExecutablesRule.h')
-rw-r--r-- | Source/cmExecutablesRule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmExecutablesRule.h b/Source/cmExecutablesRule.h index 88219f1..eb61c1e 100644 --- a/Source/cmExecutablesRule.h +++ b/Source/cmExecutablesRule.h @@ -19,13 +19,13 @@ public: // This is the name used in the input file. virtual const char* GetName() { return "EXECUTABLES";} - virtual const char* TerseDocumentaion() + virtual const char* TerseDocumentation() { return "Add a list of executables files."; } // Return full documentation for the rule - virtual const char* FullDocumentaion() + virtual const char* FullDocumentation() { return "EXECUTABLES(file1 file2 ...)"; |