summaryrefslogtreecommitdiff
path: root/test/async-hooks/test-udpsendwrap.js
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2017-06-16 17:49:20 +0200
committerRoman Reiss <me@silverwind.io>2017-06-17 19:17:46 +0200
commitecf6a46d98a5d73fb9f98f10a634c786b60aea09 (patch)
tree1817ee54c89ca9972f1d92feda21bddd3431fd8e /test/async-hooks/test-udpsendwrap.js
parent7bdb5ca6207dbfc2ef9b253dd68588c3cf8b1cff (diff)
downloadandroid-node-v8-ecf6a46d98a5d73fb9f98f10a634c786b60aea09.tar.gz
android-node-v8-ecf6a46d98a5d73fb9f98f10a634c786b60aea09.tar.bz2
android-node-v8-ecf6a46d98a5d73fb9f98f10a634c786b60aea09.zip
src,lib,test,doc: correct misspellings
PR-URL: https://github.com/nodejs/node/pull/13719 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'test/async-hooks/test-udpsendwrap.js')
-rw-r--r--test/async-hooks/test-udpsendwrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/async-hooks/test-udpsendwrap.js b/test/async-hooks/test-udpsendwrap.js
index 750fafdeb2..10deaca845 100644
--- a/test/async-hooks/test-udpsendwrap.js
+++ b/test/async-hooks/test-udpsendwrap.js
@@ -21,7 +21,7 @@ function onlistening() {
new Buffer(2), 0, 2, sock.address().port,
undefined, common.mustCall(onsent));
- // init not called synchronously because dns lookup alwasy wraps
+ // init not called synchronously because dns lookup always wraps
// callback in a next tick even if no lookup is needed
// TODO (trevnorris) submit patch to fix creation of tick objects and instead
// create the send wrap synchronously.