Skip to content

Commit

Permalink
Fix typo in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
mranney authored and ry committed Apr 11, 2010
1 parent 8553e8a commit 715e119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net.js
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ function Server (listener) {

self.emit('connection', s);
// The 'connect' event probably should be removed for server-side
// sockets. It's redundent.
// sockets. It's redundant.
s.emit('connect');
}
};
Expand Down

0 comments on commit 715e119

Please sign in to comment.