From 755db116cc1a5fda27cb3233dde9fdc49457934f Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 16 Jul 2012 14:43:33 -0400 Subject: [PATCH] Fix typo --- chrome/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 index ccd7fc362..a38b005f6 100644 --- 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;