diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-20 15:09:09 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-20 15:09:09 -0500 |
commit | a2e8b602f9b516bf33f4a0aff573b655c27d8a43 (patch) | |
tree | 42be3737d5aceb3e5a5dee8ff5c279990eb5ddd6 /Source/cmFileCommand.h | |
parent | 4ddfe5f9a461d2cd4c6cd7fd3ac9d08c256273f4 (diff) | |
download | cmake-a2e8b602f9b516bf33f4a0aff573b655c27d8a43.tar.gz |
ENH: fix spelling error bug # 4233
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 610fb7d65e..73323a6880 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -104,7 +104,7 @@ public: "MAKE_DIRECTORY will create a directory at the specified location\n" "RELATIVE_PATH will determine relative path from directory to the given" " file.\n" - "TO_CMAKE_PATH will convert path into a cmake sytle path with unix /. " + "TO_CMAKE_PATH will convert path into a cmake style path with unix /. " " The input can be a single path or a system path like \"$ENV{PATH}\". " " Note the double quotes around the ENV call TO_CMAKE_PATH only takes " " one argument.\n" |