summaryrefslogtreecommitdiff
path: root/test/parallel/test-process-kill-pid.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-process-kill-pid.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-process-kill-pid.js')
-rw-r--r--test/parallel/test-process-kill-pid.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-process-kill-pid.js b/test/parallel/test-process-kill-pid.js
index b020f6bc61..2ff35c6e4f 100644
--- a/test/parallel/test-process-kill-pid.js
+++ b/test/parallel/test-process-kill-pid.js
@@ -92,7 +92,7 @@ function kill(tryPid, trySig, expectPid, expectSig) {
}
// Note that SIGHUP and SIGTERM map to 1 and 15 respectively, even on Windows
-// (for Windows, libuv maps 1 and 15 to the correct behaviour).
+// (for Windows, libuv maps 1 and 15 to the correct behavior).
kill(0, 'SIGHUP', 0, 1);
kill(0, undefined, 0, 15);