diff --git a/client.jsx b/client.jsx index 6d0e5ac..d73123b 100644 --- a/client.jsx +++ b/client.jsx @@ -16,7 +16,7 @@ function xmlconnection(host) { this.sock = new Socket(); if(!this.sock.open(host, 'binary')) { - throw "connection timeour or refused"; + throw "connection timeout or refused"; } this.recv = function() {