Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Nov 9, 2011
1 parent ffd46a6 commit 91e87d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/domains.js
Expand Up @@ -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);
Expand Down

0 comments on commit 91e87d6

Please sign in to comment.