Fix typo.
authorRotem Liss <rotem@users.mediawiki.org>
Sat, 22 Dec 2007 14:40:18 +0000 (14:40 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sat, 22 Dec 2007 14:40:18 +0000 (14:40 +0000)
includes/api/ApiUnblock.php

index bf5f256..71a8706 100644 (file)
@@ -103,7 +103,7 @@ class ApiUnblock extends ApiBase {
 
        protected function getParamDescription() {
                return array (
-                       'id' => 'ID of the block you want to unblock (obtained through list=blocks). Cannot be user together with user',
+                       'id' => 'ID of the block you want to unblock (obtained through list=blocks). Cannot be used together with user',
                        'user' => 'Username, IP address or IP range you want to unblock. Cannot be used together with id',
                        'token' => 'An unblock token previously obtained through the gettoken parameter',
                        'gettoken' => 'If set, an unblock token will be returned, and no other action will be taken',