Fix typo.

This commit is contained in:
Stephen Kelly 2011-11-04 19:49:40 +01:00
parent ae09bab3d6
commit 6d51f5fa3c
1 changed files with 1 additions and 1 deletions

View File

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