Merge topic 'doc-get_filename_component-typo'

8bfa34b7 Help: Fix typo in get_filename_component docs
This commit is contained in:
Brad King 2015-09-09 11:30:45 -04:00 committed by CMake Topic Stage
commit 05d22864d2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Set ``<VAR>`` to a component of ``<FileName>``, where ``<COMP>`` is one of:
NAME_WE = File name without directory or longest extension
PATH = Legacy alias for DIRECTORY (use for CMake <= 2.8.11)
Paths are returned with forward slashes and have no trailing slahes.
Paths are returned with forward slashes and have no trailing slashes.
The longest file extension is always considered. If the optional
``CACHE`` argument is specified, the result variable is added to the
cache.