Skip to content

Commit

Permalink
fix typo in client
Browse files Browse the repository at this point in the history
  • Loading branch information
buraktamturk committed Dec 31, 2015
1 parent ad4962f commit 0501f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 0501f5e

Please sign in to comment.