From 15e8eb9f8e6c201517d37d52809bba5c47c19160 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Sat, 22 Dec 2007 14:40:18 +0000 Subject: [PATCH] Fix typo. --- includes/api/ApiUnblock.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1