Browse Source

STYLE: fix typo

Alex
Alexander Neundorf 18 years ago
parent
commit
112747e4e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmTarget.cxx

+ 1 - 1
Source/cmTarget.cxx

@@ -91,7 +91,7 @@ void cmTarget::DefineProperties(cmake *cm)
   cm->DefineProperty
   cm->DefineProperty
     ("EchoString", cmProperty::TARGET,
     ("EchoString", cmProperty::TARGET,
      "A message to be displayed when the target is built.",
      "A message to be displayed when the target is built.",
-     "A message to display on some generaters (such as makefiles) when "
+     "A message to display on some generators (such as makefiles) when "
      "the target is built.");
      "the target is built.");
 
 
   cm->DefineProperty
   cm->DefineProperty