diff --git a/lib/_http_server.js b/lib/_http_server.js index e136c26133db49..dbcff03ca53e5d 100644 --- a/lib/_http_server.js +++ b/lib/_http_server.js @@ -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.