Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

_http_server.js: fix typo in comment#25472

Closed
devonharvey wants to merge 1 commit intonodejs:masterfrom
devonharvey:devonharvey-patch-1
Closed

_http_server.js: fix typo in comment#25472
devonharvey wants to merge 1 commit intonodejs:masterfrom
devonharvey:devonharvey-patch-1

Conversation

@devonharvey
Copy link
Copy Markdown

Fix misspelling of 'response' on line 453 of _http_server.js

BEFORE:
// When we're finished writing the response, check if this is the last
// respose, if so destroy the socket.
AFTER:
// When we're finished writing the response, check if this is the last
// response, if so destroy the socket.

No other changes were made.

Fix misspelling of 'response' on line 453
@cjihrig
Copy link
Copy Markdown

cjihrig commented Jun 3, 2015

LGTM

jasnell pushed a commit that referenced this pull request Jun 4, 2015
Fix misspelling of 'response' on line 453

Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #25472
@jasnell
Copy link
Copy Markdown
Member

jasnell commented Jun 4, 2015

Landed in 016ff77

@jasnell jasnell closed this Jun 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants