Merge topic 'fix-typo'

6d51f5f Fix typo.
This commit is contained in:
David Cole 2011-11-08 14:43:44 -05:00 committed by CMake Topic Stage
commit 6478502efc
1 changed files with 1 additions and 1 deletions

View File

@ -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)