www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 755db116cc1a5fda27cb3233dde9fdc49457934f
parent 910f698ea20be42724f8509dbc7f0cdedbc5667f
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 16 Jul 2012 14:43:33 -0400

Fix typo

Diffstat:
Mchrome/content/zotero/xpcom/date.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/date.js b/chrome/content/zotero/xpcom/date.js @@ -74,7 +74,7 @@ Zotero.Date = new function(){ "short":["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], "long":["January", "February", "March", "April", "May", "June", "July", - "Auguest", "September", "October", "November", "December"]}; + "August", "September", "October", "November", "December"]}; } return _months;