diff --git a/chrome/content/zotero/xpcom/server_connector.js b/chrome/content/zotero/xpcom/server_connector.js index 2f758a4d5..f83c24523 100644 --- a/chrome/content/zotero/xpcom/server_connector.js +++ b/chrome/content/zotero/xpcom/server_connector.js @@ -312,7 +312,7 @@ Zotero.Server.Connector.SavePage.prototype = { } var { library, collection, editable } = Zotero.Server.Connector.getSaveTarget(); - var libaryID = library.libraryID; + var libraryID = library.libraryID; // set handlers for translation var me = this;