From 58ac4add7f8fc74f5b7bf57f213ef6364abc61bd Mon Sep 17 00:00:00 2001 From: Miguel Angel Asencio Hurtado Date: Thu, 6 Oct 2016 10:04:40 +0200 Subject: [PATCH] doc:concievably typo in readline.js close #8951 --- lib/readline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/readline.js b/lib/readline.js index da375c2bb77c97..36b8cec58f88f4 100644 --- a/lib/readline.js +++ b/lib/readline.js @@ -369,7 +369,7 @@ Interface.prototype._normalWrite = function(b) { // got one or more newlines; process into "line" events var lines = string.split(lineEnding); - // either '' or (concievably) the unfinished portion of the next line + // either '' or (conceivable) the unfinished portion of the next line string = lines.pop(); this._line_buffer = string; lines.forEach(function(line) {