Skip to content

lib: fix typos in lib code comments - #40792

Merged
aduh95 merged 3 commits into
nodejs:masterfrom
kuriyosh:fix-typos
Nov 12, 2021
Merged

lib: fix typos in lib code comments#40792
aduh95 merged 3 commits into
nodejs:masterfrom
kuriyosh:fix-typos

Conversation

@kuriyosh

Copy link
Copy Markdown
Contributor

This fixes three typos in lib dir code comment.

  • methdodmethod in lib/_http_incoming.js
  • catcheablecatchable in lib/events.js
  • instanceeinstance in lib/path.js

@nodejs-github-botnodejs-github-bot added events Issues and PRs related to the events subsystem / EventEmitter. http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem. labels Nov 12, 2021
Comment threadlib/_http_incoming.js Outdated
@VoltrexKeyva

Copy link
Copy Markdown
Contributor

As per the review, welcome @kuriyosh! And thanks for the pull request.

Good catches there, did you find these typos by eyesight or by the help of a tool? If a tool; then which? It would be helpful for us to use these kinds of tools to find typos.

@VoltrexKeyvaVoltrexKeyva removed the needs-ci PRs that need a full CI run. label Nov 12, 2021
@kuriyosh

kuriyosh commented Nov 12, 2021

Copy link
Copy Markdown
ContributorAuthor

@VoltrexMaster
Thank you for your quick review! The typo I added myself is fixed.

I used aspell which is a spell checker tool with a custom dictionary registered some words used in node.

@MesteeryMesteery added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Nov 12, 2021
@Ayase-252Ayase-252 added the fast-track PRs that do not need to wait for 48 hours to land. label Nov 12, 2021
@github-actions

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @Ayase-252. Please 👍 to approve.

@watildewatilde added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 12, 2021
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 12, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@VoltrexKeyva

Copy link
Copy Markdown
Contributor

@watilde we shouldn't run full Jenkins CIs on changes that only apply on the documentation or comment changes as it does not affect the node binary builds, but one has already ran so; might need to remember that. 😄

@aduh95
aduh95 merged commit 69f487e into nodejs:masterNov 12, 2021
@aduh95

aduh95 commented Nov 12, 2021

Copy link
Copy Markdown
Contributor

Landed in 69f487e, thanks a lot for the contribution 🎉

targos pushed a commit that referenced this pull request Nov 21, 2021
PR-URL: #40792
Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@targostargos mentioned this pull request Nov 26, 2021
danielleadams pushed a commit that referenced this pull request Jan 30, 2022
PR-URL: #40792
Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
PR-URL: #40792
Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@danielleadamsdanielleadams mentioned this pull request Feb 1, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.eventsIssues and PRs related to the events subsystem / EventEmitter.fast-trackPRs that do not need to wait for 48 hours to land.httpIssues or PRs related to the http subsystem.pathIssues and PRs related to the path subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@kuriyosh@VoltrexKeyva@nodejs-github-bot@aduh95@lpinca@watilde@cjihrig@tniessen@Ayase-252@Mesteery