Index: trunk/phase3/includes/revisiondelete/RevisionDeleter.php |
— | — | @@ -37,8 +37,8 @@ |
38 | 38 | * will contain an array with a single message key, which can be one of |
39 | 39 | * "revdelete-restricted", "revdelete-unrestricted" indicating (un)suppression |
40 | 40 | * or null to indicate nothing in particular. |
41 | | - * You can turn the keys in 0 and 1 into message keys by appendin -hid and |
42 | | - * and -unhid to they keys respectively. |
| 41 | + * You can turn the keys in $arr[0] and $arr[1] into message keys by |
| 42 | + * appending -hid and and -unhid to the keys respectively. |
43 | 43 | * |
44 | 44 | * @param $n Integer: the new bitfield. |
45 | 45 | * @param $o Integer: the old bitfield. |