Browse Source

capaaacittty

Jake 10 năm trước cách đây
mục cha
commit
58a2f0662d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/server.js

+ 1 - 1
lib/server.js

@@ -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;
   }