From eccee212e1bf8dd29ff1111c3e67de4b8c215245 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Thu, 17 Jan 2008 17:43:04 -0500 Subject: [PATCH] STYLE: fix typo (#6252) Alex --- Source/cmFindBase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmFindBase.cxx b/Source/cmFindBase.cxx index 63a589b8c..3803c2e1a 100644 --- a/Source/cmFindBase.cxx +++ b/Source/cmFindBase.cxx @@ -26,7 +26,7 @@ cmFindBase::cmFindBase() " FIND_XXX( name1 path1 path2 ...)\n" "This is the short-hand signature for the command that " "is sufficient in many cases. It is the same " - "as FIND_XXX( name1 PATHS path2 path2 ...)\n" + "as FIND_XXX( name1 PATHS path1 path2 ...)\n" " FIND_XXX(\n" " \n" " name | NAMES name1 [name2 ...]\n"