]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/apioauthstore.php
better output for registration confirmation
[quix0rs-gnu-social.git] / 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."));
                     }
                 }