Skip to content

Commit 2fdf509

Browse files
HollowMan6codebytere
authored andcommitted
http: fix typo in comment
alredy -> already PR-URL: #36193 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Pranshu Srivastava <rexagod@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
1 parent 6d1b1c7 commit 2fdf509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/_http_server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ function resOnFinish(req, res, socket, state, server) {
803803

804804
// Make sure the requestTimeout is cleared before finishing.
805805
// This might occur if the application has sent a response
806-
// without consuming the request body, which would have alredy
806+
// without consuming the request body, which would have already
807807
// cleared the timer.
808808
// clearRequestTimeout can be executed even if the timer is not active,
809809
// so this is safe.

0 commit comments

Comments
 (0)