STYLE: fix typo (#6252)

Alex
This commit is contained in:
Alexander Neundorf 2008-01-17 17:43:04 -05:00
parent a3e53fcfa2
commit eccee212e1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ cmFindBase::cmFindBase()
" FIND_XXX(<VAR> name1 path1 path2 ...)\n" " FIND_XXX(<VAR> name1 path1 path2 ...)\n"
"This is the short-hand signature for the command that " "This is the short-hand signature for the command that "
"is sufficient in many cases. It is the same " "is sufficient in many cases. It is the same "
"as FIND_XXX(<VAR> name1 PATHS path2 path2 ...)\n" "as FIND_XXX(<VAR> name1 PATHS path1 path2 ...)\n"
" FIND_XXX(\n" " FIND_XXX(\n"
" <VAR>\n" " <VAR>\n"
" name | NAMES name1 [name2 ...]\n" " name | NAMES name1 [name2 ...]\n"