Skip to content

Commit 186e9d7

Browse files
author
rachael
committed
Fix spelling mistakes in comment
1 parent 6a0f779 commit 186e9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client/connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Connection.prototype.bindToSocket = function(socket) {
8181

8282
this.socket = socket;
8383

84-
// State of the connection. The correspoding events are emmited when this changes
84+
// State of the connection. The corresponding events are emitted when this changes
8585
//
8686
// - 'connecting' The connection is still being established, or we are still
8787
// waiting on the server to send us the initialization message

0 commit comments

Comments
 (0)