Created
January 18, 2010 17:05
-
-
Save JosephPecoraro/280184 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 867965c77c0cb5ece7f953f1ff9d906f234eeabb Mon Sep 17 00:00:00 2001 | |
From: Joseph Pecoraro <[email protected]> | |
Date: Mon, 18 Jan 2010 12:04:49 -0500 | |
Subject: [PATCH] Fixed typo in comments. | |
--- | |
src/node.js | 4 ++-- | |
1 files changed, 2 insertions(+), 2 deletions(-) | |
diff --git a/src/node.js b/src/node.js | |
index 78941f6..e6bab2e 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 | |
-- | |
1.6.3.rc2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment