Fix a small spelling mistake in a debug log

This commit is contained in:
meew0
2016-12-27 23:16:30 +01:00
committed by GitHub
parent 779681e88f
commit 14ba0373eb

View File

@@ -97,7 +97,7 @@ class WebSocketPacketManager {
if (packet.op === Constants.OPCodes.HEARTBEAT) {
this.client.ws.send({ op: Constants.OPCodes.HEARTBEAT });
this.ws.client.emit('debug', 'Recieved gateway heartbeat!');
this.ws.client.emit('debug', 'Received gateway heartbeat!');
}
if (this.ws.status === Constants.Status.RECONNECTING) {