@@ -72,7 +72,7 @@ function requestHandler(req, res) {
res.writeHead(503, {
"Content-Type": "text/plain"
});
- res.end("Server is over capaacity :/");
+ res.end("Server is over capacity :/");
logging.log(req.id, 503, Date.now() - req.start + "ms", "(error)");
return;
}