commit 33eb31d6e24bfbcbe4f97bf87270e76a32380437 parent 5123c21e0d75456fe41fca2740882b10d8e17296 Author: Dan Stillman <dstillman@zotero.org> Date: Sun, 30 Jul 2017 15:25:10 -0400 Fix typo from 991967d5b Diffstat:
| M | 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 @@ -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;