summaryrefslogtreecommitdiffstats
path: root/Source/cmProjectRule.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmProjectRule.h')
-rw-r--r--Source/cmProjectRule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmProjectRule.h b/Source/cmProjectRule.h
index 2fe6df0..22ebf61 100644
--- a/Source/cmProjectRule.h
+++ b/Source/cmProjectRule.h
@@ -19,13 +19,13 @@ public:
// This is the name used in the input file.
virtual const char* GetName() { return "PROJECT";}
- virtual const char* TerseDocumentaion()
+ virtual const char* TerseDocumentation()
{
return "Set a name for the entire project. One argument.";
}
// Return full documentation for the rule
- virtual const char* FullDocumentaion()
+ virtual const char* FullDocumentation()
{
return
"Set the name for the entire project. This takes one argument.\n"