summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-02-14 14:54:15 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-02-14 14:54:15 (GMT)
commitae5a80c7958c28dd273631f6869b05db599852b7 (patch)
treed07efa3d896111a41d20d2d6d86345cb96c3d5db /Source/cmIncludeCommand.h
parenta410fdef6086083a2a2e5be191b19fd02707c607 (diff)
downloadCMake-ae5a80c7958c28dd273631f6869b05db599852b7.zip
CMake-ae5a80c7958c28dd273631f6869b05db599852b7.tar.gz
CMake-ae5a80c7958c28dd273631f6869b05db599852b7.tar.bz2
spelling errors
Diffstat (limited to 'Source/cmIncludeCommand.h')
-rw-r--r--Source/cmIncludeCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIncludeCommand.h b/Source/cmIncludeCommand.h
index 6f57f3d..b1159df 100644
--- a/Source/cmIncludeCommand.h
+++ b/Source/cmIncludeCommand.h
@@ -61,7 +61,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Basically identical to a C #include \"somthing\" command.";
+ return "Basically identical to a C #include \"something\" command.";
}
/**