Jake %!s(int64=10) %!d(string=hai) anos
pai
achega
58a2f0662d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/server.js

+ 1 - 1
lib/server.js

@@ -72,7 +72,7 @@ function requestHandler(req, res) {
     res.writeHead(503, {
     res.writeHead(503, {
       "Content-Type": "text/plain"
       "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)");
     logging.log(req.id, 503, Date.now() - req.start + "ms", "(error)");
     return;
     return;
   }
   }