Skip to content

Commit 14ddd1a

Browse files
maasenciohjasnell
authored andcommitted
readline: fix concievably typo in readline.js
Fixes: #8951 PR-URL: #8953 Reviewed-By: Brian White <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 9964bf0 commit 14ddd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/readline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Interface.prototype._normalWrite = function(b) {
369369

370370
// got one or more newlines; process into "line" events
371371
var lines = string.split(lineEnding);
372-
// either '' or (concievably) the unfinished portion of the next line
372+
// either '' or (conceivably) the unfinished portion of the next line
373373
string = lines.pop();
374374
this._line_buffer = string;
375375
lines.forEach(function(line) {

0 commit comments

Comments
 (0)