From 35601acd3674ad84eaef59b5b03dca5a104bc6e5 Mon Sep 17 00:00:00 2001 From: Justin SB Date: Wed, 24 Sep 2014 11:23:32 -0700 Subject: [PATCH] Fix typo --- tools/package-client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/package-client.js b/tools/package-client.js index 59cf1911cf..fffc0ffe01 100644 --- a/tools/package-client.js +++ b/tools/package-client.js @@ -45,7 +45,7 @@ var emptyCachedServerDataJson = function () { }; // Given a connection, makes a call to the package server. (Checks to see if -// the connection is connected, and reconnectes if needed -- a workaround for +// the connection is connected, and reconnects if needed -- a workaround for // the fact that connections in the tool do not reconnect) exports.callPackageServer = function (conn) { if (!conn.connected) {