From: Rotem Liss Date: Sat, 22 Dec 2007 14:40:18 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 1.31.0-rc.0~50306 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=15e8eb9f8e6c201517d37d52809bba5c47c19160;p=lhc%2Fweb%2Fwiklou.git Fix typo. --- diff --git a/includes/api/ApiUnblock.php b/includes/api/ApiUnblock.php index bf5f256097..71a8706c54 100644 --- a/includes/api/ApiUnblock.php +++ b/includes/api/ApiUnblock.php @@ -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',