Adrian Lang has uploaded a new change for review.

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

Change subject: Fix typo
......................................................................

Fix typo

Change-Id: I467d4d12632b73bebd22b76f21486316d7018bf5
---
M client/includes/Usage/NullSubscriptionManager.php
M client/includes/Usage/SubscriptionManager.php
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/31/186231/1

diff --git a/client/includes/Usage/NullSubscriptionManager.php 
b/client/includes/Usage/NullSubscriptionManager.php
index e559578..e7f0612 100644
--- a/client/includes/Usage/NullSubscriptionManager.php
+++ b/client/includes/Usage/NullSubscriptionManager.php
@@ -13,7 +13,7 @@
 class NullSubscriptionManager implements SubscriptionManager {
 
        /**
-        * Subscribes the given subscriber to notificatiosn about changes on 
the specified entities.
+        * Subscribes the given subscriber to notifications about changes on 
the specified entities.
         *
         * @param string $subscriber Global site ID of the subscriber
         * @param EntityId[] $entityIds The entities to subscribe to.
@@ -25,7 +25,7 @@
        }
 
        /**
-        * Unsubscribes the given subscriber from notificatiosn about changes 
on the specified entities.
+        * Unsubscribes the given subscriber from notifications about changes 
on the specified entities.
         *
         * @param string $subscriber Global site ID of the subscriber
         * @param EntityId[] $entityIds The entities to subscribe to.
diff --git a/client/includes/Usage/SubscriptionManager.php 
b/client/includes/Usage/SubscriptionManager.php
index def8ff7..66ff158 100644
--- a/client/includes/Usage/SubscriptionManager.php
+++ b/client/includes/Usage/SubscriptionManager.php
@@ -16,7 +16,7 @@
 interface SubscriptionManager {
 
        /**
-        * Subscribes the given subscriber to notificatiosn about changes on 
the specified entities.
+        * Subscribes the given subscriber to notifications about changes on 
the specified entities.
         *
         * @param string $subscriber Global site ID of the subscriber
         * @param EntityId[] $entityIds The entities to subscribe to.
@@ -26,7 +26,7 @@
        public function subscribe( $subscriber, array $entityIds );
 
        /**
-        * Unsubscribes the given subscriber from notificatiosn about changes 
on the specified entities.
+        * Unsubscribes the given subscriber from notifications about changes 
on the specified entities.
         *
         * @param string $subscriber Global site ID of the subscriber
         * @param EntityId[] $entityIds The entities to subscribe to.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I467d4d12632b73bebd22b76f21486316d7018bf5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Adrian Lang <[email protected]>

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

Reply via email to