diff options
author | Amitha Perera <perera@cs.rpi.edu> | 2008-01-10 03:09:19 (GMT) |
---|---|---|
committer | Amitha Perera <perera@cs.rpi.edu> | 2008-01-10 03:09:19 (GMT) |
commit | 4d9259c15b345263705e028092dca2c09a13a220 (patch) | |
tree | e5680eb0daf6ee7dfaae9a4ced35dbe7994ccabe /Source/cmTryCompileCommand.h | |
parent | acb27977f0d7e5ff38d3deede9d132ec5da12e42 (diff) | |
download | CMake-4d9259c15b345263705e028092dca2c09a13a220.zip CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.gz CMake-4d9259c15b345263705e028092dca2c09a13a220.tar.bz2 |
STYLE: Spelling fixes on documentation
Diffstat (limited to 'Source/cmTryCompileCommand.h')
-rw-r--r-- | Source/cmTryCompileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.h b/Source/cmTryCompileCommand.h index fecefe1..27a65ab 100644 --- a/Source/cmTryCompileCommand.h +++ b/Source/cmTryCompileCommand.h @@ -74,7 +74,7 @@ public: " [COPY_FILE <filename> )\n" "Try compiling a srcfile. In this case, the user need only supply a " "source file. CMake will create the appropriate CMakeLists.txt file " - "to build the source. If COPY_FILE is used, the compiled file will be" + "to build the source. If COPY_FILE is used, the compiled file will be " "copied to the given file.\n" "In this version all files in bindir/CMakeFiles/CMakeTmp, " "will be cleaned automatically, for debugging a --debug-trycompile can " |