diff options
author | Stephen Kelly <steveire@gmail.com> | 2011-11-04 18:49:40 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2011-11-04 18:54:18 (GMT) |
commit | 6d51f5fa3c34d3c8f5b188b3ab9e5d385d1f02a4 (patch) | |
tree | e0a03aac230666a1639e63b6e1d49e755c06bf00 /Source/cmLocalUnixMakefileGenerator3.cxx | |
parent | ae09bab3d6c6c00710df9e2539a3129896ee9513 (diff) | |
download | CMake-6d51f5fa3c34d3c8f5b188b3ab9e5d385d1f02a4.zip CMake-6d51f5fa3c34d3c8f5b188b3ab9e5d385d1f02a4.tar.gz CMake-6d51f5fa3c34d3c8f5b188b3ab9e5d385d1f02a4.tar.bz2 |
Fix typo.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.cxx | 2 |
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) |