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.