Skip to content

Commit 4c194ee

Browse files
maasenciohFishrock123
authored andcommitted
readline: fix concievably typo in readline.js
Fixes: #8951 PR-URL: #8953 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 58c5510 commit 4c194ee

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)