Fix common typos in code

Bug: T201491
Change-Id: I621fdf81323639e2625a0cbc79ed27cc99bf5c05
This commit is contained in:
Zoranzoki21 2018-08-25 12:54:52 +00:00
parent b4834cba84
commit 9c963456fb

View file

@ -87,7 +87,7 @@ class TitleBlacklistEntry {
*
* @param string $title Title to check
* @param string $action Action to check
* @return bool TRUE if the the regex matches the title, and is not overridden
* @return bool TRUE if the regex matches the title, and is not overridden
* else false if it doesn't match (or was overridden)
*/
public function matches( $title, $action ) {