summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-11-08 19:43:44 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-11-08 19:43:44 (GMT)
commit6478502efcfc2e1c2e50ca2ff124a18d00e55a05 (patch)
tree5c588f449cc7547147d5b477e949ed6e45cb4670 /Source/cmLocalUnixMakefileGenerator3.cxx
parenta5579b76f05166815a809e66d488540e24813132 (diff)
parent6d51f5fa3c34d3c8f5b188b3ab9e5d385d1f02a4 (diff)
downloadCMake-6478502efcfc2e1c2e50ca2ff124a18d00e55a05.zip
CMake-6478502efcfc2e1c2e50ca2ff124a18d00e55a05.tar.gz
CMake-6478502efcfc2e1c2e50ca2ff124a18d00e55a05.tar.bz2
Merge topic 'fix-typo'
6d51f5f 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 c8a06aa..4e4f1d9 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -718,7 +718,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)