X Tutup
The Wayback Machine - https://web.archive.org/web/20230216235901/https://github.com/nodejs/node/pull/38129
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: fix typo in lib/_tls_common.js #38129

Merged
merged 1 commit into from Apr 8, 2021

Conversation

arkerone
Copy link
Contributor

@arkerone arkerone commented Apr 7, 2021

I found a typo : "byteLenth" -> "byteLength"

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. tls Issues and PRs related to the tls subsystem. labels Apr 7, 2021
aduh95
aduh95 approved these changes Apr 7, 2021
@aduh95 aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fast-track PRs that do not need to wait for 48 hours to land. and removed needs-ci PRs that need a full CI run. labels Apr 7, 2021
@aduh95
Copy link
Contributor

aduh95 commented Apr 7, 2021

There's no reason to make this one wait the 48 hours to land. Collaborators, please 👍🏻 to fast-track

lpinca
lpinca approved these changes Apr 7, 2021
@nodejs-github-bot

This comment has been minimized.

jasnell
jasnell approved these changes Apr 7, 2021
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot
Copy link
Contributor

cjihrig
cjihrig approved these changes Apr 8, 2021
`byteLenth` -> `byteLength`.

PR-URL: nodejs#38129
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@aduh95
Copy link
Contributor

aduh95 commented Apr 8, 2021

Landed in b16e79e

@aduh95 aduh95 merged commit b16e79e into nodejs:master Apr 8, 2021
17 checks passed
@arkerone arkerone deleted the fix/typo-tls-common branch April 8, 2021 12:22
@targos targos added the backport-blocked-v14.x PRs that should land on the v14.x-staging branch but are blocked by another PR's pending backport. label May 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. backport-blocked-v14.x PRs that should land on the v14.x-staging branch but are blocked by another PR's pending backport. fast-track PRs that do not need to wait for 48 hours to land. tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants
X Tutup