From 97516244f51c7f9e5aa7807d61790c7ce601a2bd Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 18 May 2009 15:27:33 -0400 Subject: 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 --- Source/cmFindFileCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v0.12