diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-16 10:37:02 -0500 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-16 10:37:02 -0500 |
commit | 0629e2561c89713bd4e25751befd45e300a69a2f (patch) | |
tree | d6ca3e72c9898c88306304cd2710369cf7ce6df9 /Source/cmConfigureFileCommand.h | |
parent | e3b06f10dd88435b66c5b080e95a2861dfb2391b (diff) | |
download | cmake-0629e2561c89713bd4e25751befd45e300a69a2f.tar.gz |
STYLE: fix docs
Diffstat (limited to 'Source/cmConfigureFileCommand.h')
-rw-r--r-- | Source/cmConfigureFileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmConfigureFileCommand.h b/Source/cmConfigureFileCommand.h index 0741951760..e2dd4935ea 100644 --- a/Source/cmConfigureFileCommand.h +++ b/Source/cmConfigureFileCommand.h @@ -72,7 +72,7 @@ public: "variables. If @ONLY is specified, only variables " "of the form @VAR@ will be replaces and ${VAR} will be ignored. " "This is useful for configuring scripts that use ${VAR}. " - "Any occurances of #cmakedefine VAR will be replaced with " + "Any occurrences of #cmakedefine VAR will be replaced with " "either #define VAR or /* #undef VAR */ depending on " "the setting of VAR in CMake"; } |