]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/middlewares/validators/users.ts
Fix various typos
[github/Chocobozzz/PeerTube.git] / server / middlewares / validators / users.ts
index bc6007c6d45b6b4233489989398d877ecca7a364..6d306121ef47bf86fb112cc25c09a3c9d612a014 100644 (file)
@@ -486,7 +486,7 @@ const ensureAuthUserOwnsAccountValidator = [
     if (res.locals.account.id !== user.Account.id) {
       return res.fail({
         status: HttpStatusCode.FORBIDDEN_403,
-        message: 'Only owner of this account can access this ressource.'
+        message: 'Only owner of this account can access this resource.'
       })
     }