Caps fix in API parameter description
authorMax Semenik <maxsem@users.mediawiki.org>
Mon, 12 Dec 2011 17:22:20 +0000 (17:22 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Mon, 12 Dec 2011 17:22:20 +0000 (17:22 +0000)
includes/api/ApiUpload.php

index a0d56fe..0ac7fb4 100644 (file)
@@ -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.',