diff options
Diffstat (limited to 'Source/cmGetFilenameComponentCommand.h')
-rw-r--r-- | Source/cmGetFilenameComponentCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGetFilenameComponentCommand.h b/Source/cmGetFilenameComponentCommand.h index fe490dd..a9c1dbb 100644 --- a/Source/cmGetFilenameComponentCommand.h +++ b/Source/cmGetFilenameComponentCommand.h @@ -73,8 +73,8 @@ public: "extension (EXT), file name without extension (NAME_WE) of FileName, " "or the full absolute (ABSOLUTE) file name without symlinks. " "Note that the path is converted to Unix slashes format and has no " - "trailing slashes. The longest file extension is always considered. If " - "the optional CACHE argument is specified, the result variable is " + "trailing slashes. The longest file extension is always considered. " + "If the optional CACHE argument is specified, the result variable is " "added to the cache.\n" " GET_FILENAME_COMPONENT(VarName FileName\n" " PROGRAM [PROGRAM_ARGS ArgVar]\n" |