lib: fix typos in lib code comments · nodejs/node@10a842d · GitHub
Skip to content

Commit 10a842d

Browse files
kuriyoshtargos
authored andcommitted
lib: fix typos in lib code comments
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>
1 parent 0691649 commit 10a842d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/_http_incoming.js

Lines changed: 1 addition & 1 deletion

lib/events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function emitUnhandledRejectionOrErr(ee, err, type, args) {
242242
// we might end up in an infinite loop.
243243
const prev = ee[kCapture];
244244

245-
// If the error handler throws, it is not catcheable and it
245+
// If the error handler throws, it is not catchable and it
246246
// will end up in 'uncaughtException'. We restore the previous
247247
// value of kCapture in case the uncaughtException is present
248248
// and the exception is handled.

lib/path.js

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)