STYLE: fix docs

This commit is contained in:
Ken Martin 2005-11-16 10:26:41 -05:00
parent 3395e137fa
commit e3b06f10dd

View File

@ -65,8 +65,8 @@ public:
"This command replaces any variables in the input file referenced as " "This command replaces any variables in the input file referenced as "
"${VAR} or @VAR@ with their values as determined by CMake. If a " "${VAR} or @VAR@ with their values as determined by CMake. If a "
"variable is not defined, it will be replaced with nothing. " "variable is not defined, it will be replaced with nothing. "
"If COPYONLY is specified, then then no variable expansion will take " "If COPYONLY is specified, then no variable expansion will take "
"place. If ESCAPE_QUOTES is specified then any substitued quotes " "place. If ESCAPE_QUOTES is specified then any substituted quotes "
"will be C-style escaped. " "will be C-style escaped. "
"The file will be configured with the current values of CMake " "The file will be configured with the current values of CMake "
"variables. If @ONLY is specified, only variables " "variables. If @ONLY is specified, only variables "