diff --git a/lib/domains.js b/lib/domains.js index d68cfb5402e..38c0503803c 100644 --- a/lib/domains.js +++ b/lib/domains.js @@ -166,7 +166,7 @@ exports.remove = function(handle) { if (handle.domain) { if (!allowBadHandleAccess && currentDomain != handle.domain) { console.error("(node) Attempting to access a handle outside of the " + - "current domain. Thiis is not allowed. handle =", handle); + "current domain. This is not allowed. handle =", handle); throw new Error("bad handle access"); // We should not reach here. process.exit(-10);