diff --git a/src/createServer.js b/src/createServer.js index b0a7487..ba79c9b 100644 --- a/src/createServer.js +++ b/src/createServer.js @@ -148,7 +148,7 @@ function createServer(options) { } if(client.protocolVersion!=version.version) { - client.end("Wrong protocol version, expected : "+version.version+" and you are using : "+client.protocolVersion); + client.end("Wrong protocol version, expected: "+version.version+" and you are using: "+client.protocolVersion); } }