Skip to content

Commit

Permalink
readline: concievably typo in readline.js
Browse files Browse the repository at this point in the history
close #8951
  • Loading branch information
maasencioh committed Oct 6, 2016
1 parent 5e6ae83 commit 5768bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/readline.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (conceivably) the unfinished portion of the next line
string = lines.pop();
this._line_buffer = string;
lines.forEach(function(line) {
Expand Down

0 comments on commit 5768bb1

Please sign in to comment.