From 33eb31d6e24bfbcbe4f97bf87270e76a32380437 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 30 Jul 2017 15:25:10 -0400 Subject: [PATCH] Fix typo from 991967d5b --- chrome/content/zotero/xpcom/server_connector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/server_connector.js b/chrome/content/zotero/xpcom/server_connector.js index 2f758a4d55..f83c245239 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;