From: Siebrand Mazeland Date: Sun, 3 Apr 2011 21:02:24 +0000 (+0200) Subject: Tabs to spaces. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=18185b2237031e0931d76bb989f87f6c250de2a6;p=quix0rs-gnu-social.git Tabs to spaces. --- diff --git a/lib/apioauthstore.php b/lib/apioauthstore.php index 409f56100f..ac53ec210c 100644 --- a/lib/apioauthstore.php +++ b/lib/apioauthstore.php @@ -66,7 +66,7 @@ class ApiStatusNetOAuthDataStore extends StatusNetOAuthDataStore $id = $app->insert(); if (!$id) { - // TRANS: Server error displayed when trying to create an anynymous OAuth application. + // TRANS: Server error displayed when trying to create an anynymous OAuth application. $this->serverError(_("Could not create anonymous OAuth application.")); } }