From bef4685795e865e69cff9fc9d8eedd0ee3dc7fef Mon Sep 17 00:00:00 2001 From: Iyed Date: Wed, 15 Oct 2014 01:12:52 +0200 Subject: [PATCH] Update OAuth1.php --- extensions/authclient/OAuth1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/authclient/OAuth1.php b/extensions/authclient/OAuth1.php index 5fdb2865c7..9330a9ae05 100644 --- a/extensions/authclient/OAuth1.php +++ b/extensions/authclient/OAuth1.php @@ -13,7 +13,7 @@ use Yii; /** * OAuth1 serves as a client for the OAuth 1/1.0a flow. * - * In oder to acquire access token perform following sequence: + * In order to acquire access token perform following sequence: * * ~~~ * use yii\authclient\OAuth1;