summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureFileCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 15:26:41 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-16 15:26:41 (GMT)
commite3b06f10dd88435b66c5b080e95a2861dfb2391b (patch)
tree783163e51dacaf8a3bb2a0043835dbdf004b7062 /Source/cmConfigureFileCommand.h
parent3395e137faeab1a5f50b9b94162166c28379a251 (diff)
downloadCMake-e3b06f10dd88435b66c5b080e95a2861dfb2391b.zip
CMake-e3b06f10dd88435b66c5b080e95a2861dfb2391b.tar.gz
CMake-e3b06f10dd88435b66c5b080e95a2861dfb2391b.tar.bz2
STYLE: fix docs
Diffstat (limited to 'Source/cmConfigureFileCommand.h')
-rw-r--r--Source/cmConfigureFileCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmConfigureFileCommand.h b/Source/cmConfigureFileCommand.h
index 33e5130..0741951 100644
--- a/Source/cmConfigureFileCommand.h
+++ b/Source/cmConfigureFileCommand.h
@@ -65,8 +65,8 @@ public:
"This command replaces any variables in the input file referenced as "
"${VAR} or @VAR@ with their values as determined by CMake. If a "
"variable is not defined, it will be replaced with nothing. "
- "If COPYONLY is specified, then then no variable expansion will take "
- "place. If ESCAPE_QUOTES is specified then any substitued quotes "
+ "If COPYONLY is specified, then no variable expansion will take "
+ "place. If ESCAPE_QUOTES is specified then any substituted quotes "
"will be C-style escaped. "
"The file will be configured with the current values of CMake "
"variables. If @ONLY is specified, only variables "