From fd183bdb07a8b5b869036594a21b90668c318190 Mon Sep 17 00:00:00 2001 From: Joseph Pecoraro Date: Mon, 18 Jan 2010 12:04:49 -0500 Subject: [PATCH] Fixed typo in comments. --- src/node.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/node.js b/src/node.js index 78941f62ed..e6bab2e5dc 100644 --- a/src/node.js +++ b/src/node.js @@ -1,4 +1,4 @@ -(function () { // annonymous namespace +(function () { // anonymous namespace /** deprecation errors ************************************************/ @@ -997,4 +997,4 @@ process.loop(); process.emit("exit"); -}()); // end annonymous namespace +}()); // end anonymous namespace