summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2011-11-04 18:49:40 (GMT)
committerStephen Kelly <steveire@gmail.com>2011-11-04 18:54:18 (GMT)
commit6d51f5fa3c34d3c8f5b188b3ab9e5d385d1f02a4 (patch)
treee0a03aac230666a1639e63b6e1d49e755c06bf00 /Source/cmLocalUnixMakefileGenerator3.cxx
parentae09bab3d6c6c00710df9e2539a3129896ee9513 (diff)
downloadCMake-6d51f5fa3c34d3c8f5b188b3ab9e5d385d1f02a4.zip
CMake-6d51f5fa3c34d3c8f5b188b3ab9e5d385d1f02a4.tar.gz
CMake-6d51f5fa3c34d3c8f5b188b3ab9e5d385d1f02a4.tar.bz2
Fix typo.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index da6a1c6..64d8e7d 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -697,7 +697,7 @@ cmLocalUnixMakefileGenerator3
// This should be the first target except for the default_target in
// the interface Makefile.
this->WriteMakeRule(
- makefileStream, "Disable implicit rules so canoncical targets will work.",
+ makefileStream, "Disable implicit rules so canonical targets will work.",
".SUFFIXES", no_depends, no_commands, false);
if(!this->NMake && !this->WatcomWMake && !this->BorlandMakeCurlyHack)