From 149e58abcdc598da69c24c35e33bdc22792c776a Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Wed, 4 Apr 2012 02:37:17 -0700 Subject: [PATCH] fix typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 92b4cdc..0bf76df 100644 --- a/index.js +++ b/index.js @@ -122,7 +122,7 @@ if (!exports.currentTimezone) { * 'tzset()'. This function accepts a timezone String to set the process' timezone * to. Returns an object with the zoneinfo for the timezone. * - * Throws (on *some* platforms) when the disired timezone could not be loaded. + * Throws (on *some* platforms) when the desired timezone could not be loaded. * * Sets the `currentTimezone` property on the exports. */