From 1030f8ba77657361dcdadd20c0e5d35897a20553 Mon Sep 17 00:00:00 2001 From: Hollow Man Date: Fri, 20 Nov 2020 22:34:14 +0800 Subject: [PATCH] fix: typo in comment alredy -> already --- lib/_http_server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/_http_server.js b/lib/_http_server.js index 7343d5f52791b9..419b08a7a0986d 100644 --- a/lib/_http_server.js +++ b/lib/_http_server.js @@ -803,7 +803,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.