summaryrefslogtreecommitdiff
path: root/test/parallel/test-net-write-fully-async-buffer.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-12-05 07:03:04 -0800
committerRich Trott <rtrott@gmail.com>2017-12-06 16:52:31 -0800
commitd4cd8c2a77bf9d317afdc25ac6ae0f169161d452 (patch)
treef7ce589c6eba231c400595fe7e38e95dd2ab5b5f /test/parallel/test-net-write-fully-async-buffer.js
parent3d645338a005c4318c72a050b2066d4bca313d53 (diff)
downloadandroid-node-v8-d4cd8c2a77bf9d317afdc25ac6ae0f169161d452.tar.gz
android-node-v8-d4cd8c2a77bf9d317afdc25ac6ae0f169161d452.tar.bz2
android-node-v8-d4cd8c2a77bf9d317afdc25ac6ae0f169161d452.zip
doc: use American spellings per style guide
PR-URL: https://github.com/nodejs/node/pull/17471 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'test/parallel/test-net-write-fully-async-buffer.js')
-rw-r--r--test/parallel/test-net-write-fully-async-buffer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-net-write-fully-async-buffer.js b/test/parallel/test-net-write-fully-async-buffer.js
index 04fd1231fd..207ae24f6a 100644
--- a/test/parallel/test-net-write-fully-async-buffer.js
+++ b/test/parallel/test-net-write-fully-async-buffer.js
@@ -3,7 +3,7 @@
// Note: This is a variant of test-net-write-fully-async-hex-string.js.
// This always worked, but it seemed appropriate to add a test that checks the
-// behaviour for Buffers, too.
+// behavior for Buffers, too.
const common = require('../common');
const net = require('net');