]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Tabs to spaces.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 3 Apr 2011 21:02:24 +0000 (23:02 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 3 Apr 2011 21:02:24 +0000 (23:02 +0200)
lib/apioauthstore.php

index 409f56100f724a5efce899516706af5986a0994f..ac53ec210c06454144ad173637be16f6f51e1f04 100644 (file)
@@ -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."));
                     }
                 }