From f0a73d23df9dbb8309f51102498e6951ffe325b9 Mon Sep 17 00:00:00 2001 From: "Andrew Morgan (https://amorgan.xyz)" Date: Thu, 1 Mar 2018 23:18:25 -0800 Subject: [PATCH] Fix typo accouqnt -> account Signed-off-by: Andrew Morgan (https://amorgan.xyz) --- src/github.com/matrix-org/dendrite/clientapi/routing/login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/login.go b/src/github.com/matrix-org/dendrite/clientapi/routing/login.go index 56c67b77d..f48261ab2 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/routing/login.go +++ b/src/github.com/matrix-org/dendrite/clientapi/routing/login.go @@ -109,7 +109,7 @@ func Login( // but that would leak the existence of the user. return util.JSONResponse{ Code: 403, - JSON: jsonerror.Forbidden("username or password was incorrect, or the accouqnt does not exist"), + JSON: jsonerror.Forbidden("username or password was incorrect, or the account does not exist"), } }