accouqnt -> account

Signed-off-by: Andrew Morgan (https://amorgan.xyz) <andrew@amorgan.xyz>
This commit is contained in:
Andrew Morgan (https://amorgan.xyz) 2018-03-01 23:18:25 -08:00
parent dfcf31f293
commit f0a73d23df
No known key found for this signature in database
GPG key ID: 174BEAB009FD176D

View file

@ -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"),
}
}