From e88e67003068d5c4df609845f96425b101035050 Mon Sep 17 00:00:00 2001 From: Jacob Edelman Date: Mon, 15 Dec 2014 18:08:07 -0500 Subject: [PATCH] Fixed a small spelling mistake Fixed spelling of the word "access". --- src/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.js b/src/node.js index 65092249d55..454d28aafbc 100644 --- a/src/node.js +++ b/src/node.js @@ -296,7 +296,7 @@ var _unloadAsyncQueue = tracing._unloadAsyncQueue; // This tickInfo thing is used so that the C++ code in src/node.cc - // can have easy accesss to our nextTick state, and avoid unnecessary + // can have easy access to our nextTick state, and avoid unnecessary var tickInfo = {}; // *Must* match Environment::TickInfo::Fields in src/env.h.