Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Apr 4, 2012
1 parent ff532b9 commit 149e58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -122,7 +122,7 @@ if (!exports.currentTimezone) {
* 'tzset()'. This function accepts a timezone String to set the process' timezone * 'tzset()'. This function accepts a timezone String to set the process' timezone
* to. Returns an object with the zoneinfo for the 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. * Sets the `currentTimezone` property on the exports.
*/ */
Expand Down

0 comments on commit 149e58a

Please sign in to comment.