Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/228421

Change subject: Fix spelling mistake in ResourceLoader inline documentation
......................................................................

Fix spelling mistake in ResourceLoader inline documentation

Change-Id: Ie099eed12ba45aeb1d3b8b08c911222af25e42fa
---
M includes/resourceloader/ResourceLoader.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/21/228421/1

diff --git a/includes/resourceloader/ResourceLoader.php 
b/includes/resourceloader/ResourceLoader.php
index 0ea91fb..b9bc773 100644
--- a/includes/resourceloader/ResourceLoader.php
+++ b/includes/resourceloader/ResourceLoader.php
@@ -1475,7 +1475,7 @@
         * @param string $source Name of the ResourceLoader source
         * @param ResourceLoaderContext $context
         * @param array $extraQuery
-        * @return string URL to load.php. May be protocol-relative (if 
$wgLoadScript is procol-relative)
+        * @return string URL to load.php. May be protocol-relative if 
$wgLoadScript is, too.
         */
        public function createLoaderURL( $source, ResourceLoaderContext 
$context,
                $extraQuery = array()
@@ -1501,7 +1501,7 @@
         * @param bool $printable Printable mode
         * @param bool $handheld Handheld mode
         * @param array $extraQuery Extra query parameters to add
-        * @return string URL to load.php. May be protocol-relative (if 
$wgLoadScript is procol-relative)
+        * @return string URL to load.php. May be protocol-relative if 
$wgLoadScript is, too.
         */
        public static function makeLoaderURL( $modules, $lang, $skin, $user = 
null,
                $version = null, $debug = false, $only = null, $printable = 
false,

-- 
To view, visit https://gerrit.wikimedia.org/r/228421
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie099eed12ba45aeb1d3b8b08c911222af25e42fa
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to