[MediaWiki-commits] [Gerrit] mediawiki...OAuth[wmf/1.29.0-wmf.6]: Fix typo in function name

2016-12-16 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/327714 )

Change subject: Fix typo in function name
..


Fix typo in function name

Bug: T153424
Change-Id: I8c93dab31b860c698f6a4592e8261e95947636db
(cherry picked from commit da21a074783223e3ff9859f7972011c2e45db007)
---
M api/MWOAuthSessionProvider.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Alex Monk: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/api/MWOAuthSessionProvider.php b/api/MWOAuthSessionProvider.php
index 54e5b30..8f9ff11 100644
--- a/api/MWOAuthSessionProvider.php
+++ b/api/MWOAuthSessionProvider.php
@@ -49,7 +49,7 @@
array_shift( $params );
$msg = wfMessage( $key, $params );
if ( class_exists( \ApiUsageException::class ) ) {
-   $exception = \ApiUsageException::newWithMesage( null, 
$msg );
+   $exception = \ApiUsageException::newWithMessage( null, 
$msg );
} else {
$msg = $msg->inLanguage( 'en' )->useDatabase( false 
)->plain();
$exception = new \UsageException( $msg, $key );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8c93dab31b860c698f6a4592e8261e95947636db
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OAuth
Gerrit-Branch: wmf/1.29.0-wmf.6
Gerrit-Owner: Alex Monk 
Gerrit-Reviewer: Alex Monk 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] mediawiki...OAuth[wmf/1.29.0-wmf.6]: Fix typo in function name

2016-12-16 Thread Alex Monk (Code Review)
Alex Monk has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/327714 )

Change subject: Fix typo in function name
..

Fix typo in function name

Bug: T153424
Change-Id: I8c93dab31b860c698f6a4592e8261e95947636db
(cherry picked from commit da21a074783223e3ff9859f7972011c2e45db007)
---
M api/MWOAuthSessionProvider.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OAuth 
refs/changes/14/327714/1

diff --git a/api/MWOAuthSessionProvider.php b/api/MWOAuthSessionProvider.php
index 54e5b30..8f9ff11 100644
--- a/api/MWOAuthSessionProvider.php
+++ b/api/MWOAuthSessionProvider.php
@@ -49,7 +49,7 @@
array_shift( $params );
$msg = wfMessage( $key, $params );
if ( class_exists( \ApiUsageException::class ) ) {
-   $exception = \ApiUsageException::newWithMesage( null, 
$msg );
+   $exception = \ApiUsageException::newWithMessage( null, 
$msg );
} else {
$msg = $msg->inLanguage( 'en' )->useDatabase( false 
)->plain();
$exception = new \UsageException( $msg, $key );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8c93dab31b860c698f6a4592e8261e95947636db
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OAuth
Gerrit-Branch: wmf/1.29.0-wmf.6
Gerrit-Owner: Alex Monk 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits