From 83facaeb4411e41eb0135153be2c7ad01ee24341 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 16 May 2009 05:32:02 +0000 Subject: [PATCH] Fix typo --- chrome/content/zotero/xpcom/sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 4cc9d0323..2904e4e20 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -2280,7 +2280,7 @@ Zotero.Sync.Server.Data = new function() { // update them, which would trigger erroneous conflicts var collections = []; for each(var col in deletedCollectionKeys) { - col = Zotero.Collections.getByLibrayAndKey(col.libraryID, col.key); + col = Zotero.Collections.getByLibraryAndKey(col.libraryID, col.key); // If collection never existed on this side if (!col) { continue;