Skip to content

Instantly share code, notes, and snippets.

@JosephPecoraro
Created January 18, 2010 17:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JosephPecoraro/280184 to your computer and use it in GitHub Desktop.
Save JosephPecoraro/280184 to your computer and use it in GitHub Desktop.
From 867965c77c0cb5ece7f953f1ff9d906f234eeabb Mon Sep 17 00:00:00 2001
From: Joseph Pecoraro <joepeck02@gmail.com>
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