diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-05-18 19:27:33 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-05-18 19:27:33 (GMT) |
commit | 97516244f51c7f9e5aa7807d61790c7ce601a2bd (patch) | |
tree | 59f7156b8376fe97a7aca2d33dcffad8d5adba09 /Source/cmFindFileCommand.cxx | |
parent | 55c4cbbae91d1f24b30f8312156acbf9744235e5 (diff) | |
download | CMake-97516244f51c7f9e5aa7807d61790c7ce601a2bd.zip CMake-97516244f51c7f9e5aa7807d61790c7ce601a2bd.tar.gz CMake-97516244f51c7f9e5aa7807d61790c7ce601a2bd.tar.bz2 |
STYLE: fix docs: it must replace "find_path" instead of "FIND_PATH" with
"find_file", otherwise the docs talk about find_path() instead of find_file
(patch from Michael Wild, #9047)
Alex
Diffstat (limited to 'Source/cmFindFileCommand.cxx')
-rw-r--r-- | Source/cmFindFileCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindFileCommand.cxx b/Source/cmFindFileCommand.cxx index 36bcbd2..1466bdd 100644 --- a/Source/cmFindFileCommand.cxx +++ b/Source/cmFindFileCommand.cxx @@ -21,7 +21,7 @@ cmFindFileCommand::cmFindFileCommand() { this->IncludeFileInPath = true; cmSystemTools::ReplaceString(this->GenericDocumentation, - "FIND_PATH", "find_file"); + "find_path", "find_file"); cmSystemTools::ReplaceString(this->GenericDocumentation, "directory containing the named file", "full path to named file"); |