summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureFileCommand.h
diff options
context:
space:
mode:
authorAmitha Perera <perera@cs.rpi.edu>2008-01-10 03:09:19 (GMT)
committerAmitha Perera <perera@cs.rpi.edu>2008-01-10 03:09:19 (GMT)
commit4d9259c15b345263705e028092dca2c09a13a220 (patch)
treee5680eb0daf6ee7dfaae9a4ced35dbe7994ccabe /Source/cmConfigureFileCommand.h
parentacb27977f0d7e5ff38d3deede9d132ec5da12e42 (diff)
downloadCMake-4d9259c15b345263705e028092dca2c09a13a220.zip
CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.gz
CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.bz2
STYLE: Spelling fixes on documentation
Diffstat (limited to 'Source/cmConfigureFileCommand.h')
-rw-r--r--Source/cmConfigureFileCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmConfigureFileCommand.h b/Source/cmConfigureFileCommand.h
index 90228eb..78485cd 100644
--- a/Source/cmConfigureFileCommand.h
+++ b/Source/cmConfigureFileCommand.h
@@ -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. "