summaryrefslogtreecommitdiff
path: root/lib/apioauthstore.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-10-12 16:20:09 -0700
committerZach Copley <zach@status.net>2010-10-12 16:20:09 -0700
commit5270e931311af0f644ebd4302833ad3bb89b81d4 (patch)
tree19102ff1096e906f9d91ff48c75aed33296b2f33 /lib/apioauthstore.php
parentd8e06e66e9d4e3312f8d645a13680dc8046ca3a2 (diff)
Spelling - OAuth not Oath
Diffstat (limited to 'lib/apioauthstore.php')
-rw-r--r--lib/apioauthstore.php2
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;