From da663eaf97b9c6168cea4c92e24fafbd9b1d85f5 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Mon, 12 Dec 2011 17:22:20 +0000 Subject: [PATCH] Caps fix in API parameter description --- includes/api/ApiUpload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiUpload.php b/includes/api/ApiUpload.php index a0d56feb33..0ac7fb42a6 100644 --- a/includes/api/ApiUpload.php +++ b/includes/api/ApiUpload.php @@ -585,7 +585,7 @@ class ApiUpload extends ApiBase { 'watchlist' => 'Unconditionally add or remove the page from your watchlist, use preferences or do not change watch', 'ignorewarnings' => 'Ignore any warnings', 'file' => 'File contents', - 'url' => 'Url to fetch the file from', + 'url' => 'URL to fetch the file from', 'filekey' => 'Key that identifies a previous upload that was stashed temporarily.', 'sessionkey' => 'Same as filekey, maintained for backward compatibility.', 'stash' => 'If set, the server will not add the file to the repository and stash it temporarily.', -- 2.20.1