Navigation Menu

Skip to content

Commit

Permalink
http: fix typo in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
HollowMan6 authored and BethGriggs committed Dec 15, 2020
1 parent 2f76a75 commit 45aee0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/_http_server.js
Expand Up @@ -769,7 +769,7 @@ function resOnFinish(req, res, socket, state, server) {

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

0 comments on commit 45aee0d

Please sign in to comment.