diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-12-19 02:52:46 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-12-19 02:52:46 (GMT) |
commit | 269ce52ad57262f8f763416a01bef08a5b85a395 (patch) | |
tree | 264ce2f29b44410d56344ab15ddedf0be371aaa6 /Source/cmFileCommand.h | |
parent | fb4f016299f63ed88079ab0ff70ede1a9a00c03e (diff) | |
download | CMake-269ce52ad57262f8f763416a01bef08a5b85a395.zip CMake-269ce52ad57262f8f763416a01bef08a5b85a395.tar.gz CMake-269ce52ad57262f8f763416a01bef08a5b85a395.tar.bz2 |
BUG: fix spelling
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r-- | Source/cmFileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 1b0c2ff..35718a7 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -145,7 +145,7 @@ public: "TO_NATIVE_PATH works just like TO_CMAKE_PATH, but will convert from " " a cmake style path into the native path style \\ for windows and / " "for UNIX.\n" - "DOWNLOAD will download the givin URL to the given file. " + "DOWNLOAD will download the given URL to the given file. " "If LOG var is specified a log of the download will be put in var. " "If STATUS var is specified the status of the operation will" " be put in var. The status is returned in a list of length 2. " |