summaryrefslogtreecommitdiffstats
path: root/Source/cmBuildNameCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-10-18 20:09:16 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-10-18 20:09:16 (GMT)
commit40094058db487d3d8a6f157e193f10c095d027a0 (patch)
treed9bc52cf0ff1319bea3a920801c3aada9372b6fe /Source/cmBuildNameCommand.h
parentfdc4795b9131d43bc06a4051eac1ddeb11c2bce7 (diff)
downloadCMake-40094058db487d3d8a6f157e193f10c095d027a0.zip
CMake-40094058db487d3d8a6f157e193f10c095d027a0.tar.gz
CMake-40094058db487d3d8a6f157e193f10c095d027a0.tar.bz2
ENH: spelling
Diffstat (limited to 'Source/cmBuildNameCommand.h')
-rw-r--r--Source/cmBuildNameCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBuildNameCommand.h b/Source/cmBuildNameCommand.h
index 1cd6369..5a33356 100644
--- a/Source/cmBuildNameCommand.h
+++ b/Source/cmBuildNameCommand.h
@@ -51,7 +51,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Depricated. Use ${CMAKE_SYSTEM} and ${CMAKE_CXX_COMPILER} instead.";
+ return "Deprecated. Use ${CMAKE_SYSTEM} and ${CMAKE_CXX_COMPILER} instead.";
}
/**