Skip to content

Commit

Permalink
Merge pull request thedjpetersen#93 from davidbanham/patch-1
Browse files Browse the repository at this point in the history
Typofix, extra 's' in messages.
  • Loading branch information
David Petersen committed Mar 12, 2012
2 parents 0adc463 + 9cbe86c commit 79a425a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/client.js
Expand Up @@ -217,7 +217,7 @@ $(function() {
});

irc.socket.on('error', function(data) {
console.log(data.messsage);
console.log(data.message);
});

irc.socket.on('netError', function(data) {
Expand Down

0 comments on commit 79a425a

Please sign in to comment.