From c474f8898755c827187da2e8e4196dec3c48e6c4 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Sat, 17 Jun 2017 15:11:45 +0200 Subject: lib: fix typos PR-URL: https://github.com/nodejs/node/pull/13741 Reviewed-By: Colin Ihrig Reviewed-By: Roman Reiss Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Gibson Fahnestock --- lib/tty.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tty.js') diff --git a/lib/tty.js b/lib/tty.js index 1d6cc5c688..81647fa684 100644 --- a/lib/tty.js +++ b/lib/tty.js @@ -77,7 +77,7 @@ function WriteStream(fd) { // Prevents interleaved or dropped stdout/stderr output for terminals. // As noted in the following reference, local TTYs tend to be quite fast and - // this behaviour has become expected due historical functionality on OS X, + // this behavior has become expected due historical functionality on OS X, // even though it was originally intended to change in v1.0.2 (Libuv 1.2.1). // Ref: https://github.com/nodejs/node/pull/1771#issuecomment-119351671 this._handle.setBlocking(true); -- cgit v1.2.3