diff --git a/api.go b/api.go index 4f329cdb068555c02ac9072e8871634ac1858c52..cc5162cbfcded19878f74754185c8c374dab448d 100644 --- a/api.go +++ b/api.go @@ -35,7 +35,7 @@ func registerAPI() { user, ok := getUser(context) if !instance.Register { if !ok { - context.JSON(http.StatusForbidden, api.Error{Error: "user registration daisallowed"}) + context.JSON(http.StatusForbidden, api.Error{Error: "user registration disallowed"}) return }