Spelling - OAuth not Oath

This commit is contained in:
Zach Copley 2010-10-12 16:20:09 -07:00
parent d8e06e66e9
commit 5270e93131
2 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ class ApiStatusNetOAuthDataStore extends StatusNetOAuthDataStore
$result = $appUser->find(true); $result = $appUser->find(true);
if (!empty($result)) { if (!empty($result)) {
common_debug("Oath app user found."); common_debug("Ouath app user found.");
} else { } else {
common_debug("Oauth app user not found. app id $app->id token $rt->tok"); common_debug("Oauth app user not found. app id $app->id token $rt->tok");
return null; return null;

View File

@ -116,9 +116,9 @@ class ConnectSettingsNav extends Widget
} }
$menu['oauthconnectionssettings'] = array( $menu['oauthconnectionssettings'] = array(
// TRANS: Menu item for OAth connection settings. // TRANS: Menu item for OuAth connection settings.
_m('MENU','Connections'), _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') _('Authorized connected applications')
); );