From 3b906b320ef2abdd103956c2b7a8f9b8604a244d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 16 Sep 2011 06:23:48 +0000 Subject: [PATCH] Improve r97239 with comments from Aaron. Also fixed another typo that was lurking there. --- includes/revisiondelete/RevisionDeleter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/revisiondelete/RevisionDeleter.php b/includes/revisiondelete/RevisionDeleter.php index ff62f7ebd8..7868cb73f9 100644 --- a/includes/revisiondelete/RevisionDeleter.php +++ b/includes/revisiondelete/RevisionDeleter.php @@ -37,8 +37,8 @@ class RevisionDeleter { * will contain an array with a single message key, which can be one of * "revdelete-restricted", "revdelete-unrestricted" indicating (un)suppression * or null to indicate nothing in particular. - * You can turn the keys in 0 and 1 into message keys by appendin -hid and - * and -unhid to they keys respectively. + * You can turn the keys in $arr[0] and $arr[1] into message keys by + * appending -hid and and -unhid to the keys respectively. * * @param $n Integer: the new bitfield. * @param $o Integer: the old bitfield. -- 2.20.1