Fix typo in hooks.txt
authorSam Reed <reedy@users.mediawiki.org>
Sun, 12 Dec 2010 18:17:33 +0000 (18:17 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 12 Dec 2010 18:17:33 +0000 (18:17 +0000)
docs/hooks.txt

index 569c0f7..0417452 100644 (file)
@@ -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.