From c3e749361a1f357c1588ab5d7a8725dda7b0521f Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 13 Jul 2020 14:15:17 +0200 Subject: [PATCH] Fix typo --- src/controllers/AccountController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({