Skip to content

Commit 2fdf509

Browse files
HollowMan6codebytere
authored andcommitted
http: fix typo in comment
alredy -> already PR-URL: #36193 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Pranshu Srivastava <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ricky Zhou <[email protected]>
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)