Merge pull request #70 from mwshortt/fix-received-spelling

Fix typo in client log: recieved -> received
This commit is contained in:
Brandon Nozaki Miller 2016-04-26 17:06:05 -07:00
commit 0c5156cf15
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ function connect(){
client.socket.on(
'data',
function(data) {
client.log('## recieved events ##');
client.log('## received events ##');
if(client.config.rawBuffer){
client.trigger(
'data',