From 3f934828d005067ff0ff9ae59636bfc78a00d90a Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sun, 30 May 2010 12:43:26 +0000 Subject: [PATCH] fix typo --- chrome/content/zotero/xpcom/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/style.js b/chrome/content/zotero/xpcom/style.js index 8957da695..e469e9f1b 100644 --- a/chrome/content/zotero/xpcom/style.js +++ b/chrome/content/zotero/xpcom/style.js @@ -346,7 +346,7 @@ Zotero.Style = function(file) { this.styleID = Zotero.Styles.ios.newFileURI(this.file).spec; this.title = file.leafName.substr(0, file.leafName.length-4); this.updated = Zotero.Date.dateToSQL(new Date(file.lastModifiedTime)); - this._versino = "0.8"; + this._version = "0.8"; } else if(extension == ".csl") { // "with ({});" needed to fix default namespace scope issue // See https://bugzilla.mozilla.org/show_bug.cgi?id=330572