From: Sam Reed Date: Sun, 12 Dec 2010 18:17:33 +0000 (+0000) Subject: Fix typo in hooks.txt X-Git-Tag: 1.31.0-rc.0~33355 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=22d873f85d15831c86fb01c2801f41d966aa579d;p=lhc%2Fweb%2Fwiklou.git Fix typo in hooks.txt --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 569c0f70d4..04174529da 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1609,11 +1609,11 @@ $opts: FormOptions for this request 'SpecialSearchGomatch': called when user clicked the "Go" button and the target exists -&$title: title object generated from the text entred by the user +&$title: title object generated from the text entered by the user 'SpecialSearchNogomatch': called when user clicked the "Go" button but the target doesn't exist -&$title: title object generated from the text entred by the user +&$title: title object generated from the text entered by the user 'SpecialSearchProfiles': allows modification of search profiles &$profiles: profiles, which can be modified.