diff --git a/src/controllers/AccountController.ts b/src/controllers/AccountController.ts index f8f8a9e..998c64e 100644 --- a/src/controllers/AccountController.ts +++ b/src/controllers/AccountController.ts @@ -202,7 +202,7 @@ export class AccountController { // Check the answers if(answers[0] != settings.security_answer_1.toLowerCase().trim() || answers[1] != settings.security_answer_2.toLowerCase().trim()) - h.error(401, "Specified ecurity answers are invalid!"); + h.error(401, "Specified security answers are invalid!"); // If we get there, security answers are valid, we can create a password reset token h.send({