Colons are supposed to be next to the closest char

At least, in English
This commit is contained in:
mhsjlw 2015-09-24 19:19:26 -04:00
parent eeee12485b
commit b4eac8c1c5

View File

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