summaryrefslogtreecommitdiffstats
path: root/Source/cmTestsRule.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTestsRule.h')
-rw-r--r--Source/cmTestsRule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmTestsRule.h b/Source/cmTestsRule.h
index 4bcbd4a..b0a7b09 100644
--- a/Source/cmTestsRule.h
+++ b/Source/cmTestsRule.h
@@ -19,13 +19,13 @@ public:
// This is the name used in the input file.
virtual const char* GetName() { return "TESTS";}
- virtual const char* TerseDocumentaion()
+ virtual const char* TerseDocumentation()
{
return "Add a list of executables files that are run as tests.";
}
// Return full documentation for the rule
- virtual const char* FullDocumentaion()
+ virtual const char* FullDocumentation()
{
return
"TESTS(file1 file2 ...)";