Skip to content

Conversation

BridgeAR
Copy link
Member

Just some small typos.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

lib

@nodejs-github-bot nodejs-github-bot added the lib / src Issues and PRs related to general changes in the lib or src directory. label Jun 17, 2017
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/send/sent/ ?

@silverwind
Copy link
Contributor

silverwind commented Jun 17, 2017

I think some of these were fixed in ecf6a46 which just landed, you should rebase.

const EventEmitter = require('events');

// This object keep track of the socket there are sended
// This object keeps track of the socket that is sent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% sure, but I think it should be 'sockets' instead of 'socket' and then s/is/are/

Also, the SocketListReceive description below needs to be updated similarly as well.

Copy link
Contributor

@cjihrig cjihrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM once @mscdex's comment is addressed.

@silverwind
Copy link
Contributor

Thanks! Landed in c474f88.

@silverwind silverwind closed this Jun 19, 2017
silverwind pushed a commit that referenced this pull request Jun 19, 2017
PR-URL: #13741
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Copy link
Contributor

@refack refack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(fondly reminded of inspector Enbale)

@addaleax
Copy link
Member

This doesn’t land cleanly on 8.x; if you can, please follow the guide and raise a backport PR, if you don’t think it’s worth it let me know and we’ll add the dont-land-on label.

@BridgeAR
Copy link
Member Author

BridgeAR commented Jul 2, 2017

I'll open a backport some time later tonight.

BridgeAR added a commit to BridgeAR/node that referenced this pull request Jul 2, 2017
PR-URL: nodejs#13741
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
@BridgeAR BridgeAR mentioned this pull request Jul 2, 2017
4 tasks
addaleax pushed a commit that referenced this pull request Jul 3, 2017
Original-PR-URL: #13741
Original-Reviewed-By: Colin Ihrig <[email protected]>
Original-Reviewed-By: Roman Reiss <[email protected]>
Original-Reviewed-By: James M Snell <[email protected]>
Original-Reviewed-By: Luigi Pinca <[email protected]>
Original-Reviewed-By: Gibson Fahnestock <[email protected]>

PR-URL: #14044
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
addaleax pushed a commit that referenced this pull request Jul 11, 2017
Original-PR-URL: #13741
Original-Reviewed-By: Colin Ihrig <[email protected]>
Original-Reviewed-By: Roman Reiss <[email protected]>
Original-Reviewed-By: James M Snell <[email protected]>
Original-Reviewed-By: Luigi Pinca <[email protected]>
Original-Reviewed-By: Gibson Fahnestock <[email protected]>

PR-URL: #14044
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
addaleax pushed a commit that referenced this pull request Jul 18, 2017
Original-PR-URL: #13741
Original-Reviewed-By: Colin Ihrig <[email protected]>
Original-Reviewed-By: Roman Reiss <[email protected]>
Original-Reviewed-By: James M Snell <[email protected]>
Original-Reviewed-By: Luigi Pinca <[email protected]>
Original-Reviewed-By: Gibson Fahnestock <[email protected]>

PR-URL: #14044
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
MylesBorins pushed a commit that referenced this pull request Aug 14, 2017
Original-PR-URL: #13741
Original-Reviewed-By: Colin Ihrig <[email protected]>
Original-Reviewed-By: Roman Reiss <[email protected]>
Original-Reviewed-By: James M Snell <[email protected]>
Original-Reviewed-By: Luigi Pinca <[email protected]>
Original-Reviewed-By: Gibson Fahnestock <[email protected]>

PR-URL: #14044
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
MylesBorins pushed a commit that referenced this pull request Aug 15, 2017
Original-PR-URL: #13741
Original-Reviewed-By: Colin Ihrig <[email protected]>
Original-Reviewed-By: Roman Reiss <[email protected]>
Original-Reviewed-By: James M Snell <[email protected]>
Original-Reviewed-By: Luigi Pinca <[email protected]>
Original-Reviewed-By: Gibson Fahnestock <[email protected]>

PR-URL: #14044
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
MylesBorins pushed a commit that referenced this pull request Aug 16, 2017
Original-PR-URL: #13741
Original-Reviewed-By: Colin Ihrig <[email protected]>
Original-Reviewed-By: Roman Reiss <[email protected]>
Original-Reviewed-By: James M Snell <[email protected]>
Original-Reviewed-By: Luigi Pinca <[email protected]>
Original-Reviewed-By: Gibson Fahnestock <[email protected]>

PR-URL: #14044
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
@BridgeAR BridgeAR deleted the fix-typos branch April 1, 2019 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lib / src Issues and PRs related to general changes in the lib or src directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.