summaryrefslogtreecommitdiffstats
path: root/Source/cmLibraryRule.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLibraryRule.h')
-rw-r--r--Source/cmLibraryRule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmLibraryRule.h b/Source/cmLibraryRule.h
index 51262e9..61db5e7 100644
--- a/Source/cmLibraryRule.h
+++ b/Source/cmLibraryRule.h
@@ -19,13 +19,13 @@ public:
// This is the name used in the input file.
virtual const char* GetName() { return "LIBRARY";}
- virtual const char* TerseDocumentaion()
+ virtual const char* TerseDocumentation()
{
return "Set a name for the Library.";
}
// Return full documentation for the rule
- virtual const char* FullDocumentaion()
+ virtual const char* FullDocumentation()
{
return
"LIBRARY(libraryname);";