diff --git a/server/commons/errors.coffee b/server/commons/errors.coffee index 3f60ef852..74c50a1f8 100644 --- a/server/commons/errors.coffee +++ b/server/commons/errors.coffee @@ -39,6 +39,6 @@ module.exports.gatewayTimeoutError = (res, message="Gateway timeout") -> res.send 504, message res.end() -module.exports.clientTimeout = (res, message="The server did not recieve the client response in a timely manner") -> +module.exports.clientTimeout = (res, message="The server did not receive the client response in a timely manner") -> res.send 408, message res.end()