diff options
author | Zach Copley <zach@status.net> | 2010-10-12 16:20:09 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-12 16:20:09 -0700 |
commit | 5270e931311af0f644ebd4302833ad3bb89b81d4 (patch) | |
tree | 19102ff1096e906f9d91ff48c75aed33296b2f33 /lib/apioauthstore.php | |
parent | d8e06e66e9d4e3312f8d645a13680dc8046ca3a2 (diff) |
Spelling - OAuth not Oath
Diffstat (limited to 'lib/apioauthstore.php')
-rw-r--r-- | lib/apioauthstore.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/apioauthstore.php b/lib/apioauthstore.php index 4b52ba1ba..f3bf0b857 100644 --- a/lib/apioauthstore.php +++ b/lib/apioauthstore.php @@ -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; |