STYLE: Spelling fixes on documentation

This commit is contained in:
Amitha Perera
2008-01-09 22:09:19 -05:00
parent acb27977f0
commit 4d9259c15b
13 changed files with 23 additions and 23 deletions

View File

@@ -61,7 +61,7 @@ public:
return
" configure_file(InputFile OutputFile\n"
" [COPYONLY] [ESCAPE_QUOTES] [@ONLY])\n"
"The Input and Ouput files have to have full paths. "
"The Input and Output files have to have full paths. "
"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. "