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.")); } }