]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Spelling - OAuth not Oath
authorZach Copley <zach@status.net>
Tue, 12 Oct 2010 23:20:09 +0000 (16:20 -0700)
committerZach Copley <zach@status.net>
Tue, 12 Oct 2010 23:20:09 +0000 (16:20 -0700)
lib/apioauthstore.php
lib/connectsettingsaction.php

index 4b52ba1ba986e96e2cdee8b183babea7732c6482..f3bf0b8576802290c7dbe3519024680d6d145c1b 100644 (file)
@@ -101,7 +101,7 @@ class ApiStatusNetOAuthDataStore extends StatusNetOAuthDataStore
             $result = $appUser->find(true);
 
             if (!empty($result)) {
-                common_debug("Oath app user found.");
+                common_debug("Ouath app user found.");
             } else {
                 common_debug("Oauth app user not found. app id $app->id token $rt->tok");
                 return null;
index bb2e86176aa3ec44e2c1e19e6278ba1503f9839a..325276c5fcd2a1c9643bd9c0df95821f4aa32289 100644 (file)
@@ -116,9 +116,9 @@ class ConnectSettingsNav extends Widget
             }
 
             $menu['oauthconnectionssettings'] = array(
-                // TRANS: Menu item for OAth connection settings.
+                // TRANS: Menu item for OuAth connection settings.
                 _m('MENU','Connections'),
-                // TRANS: Tooltip for connected applications (Connections through OAth) menu item.
+                // TRANS: Tooltip for connected applications (Connections through OAuth) menu item.
                 _('Authorized connected applications')
             );