commit 83facaeb4411e41eb0135153be2c7ad01ee24341 parent add589a7443194e94753941a3d31de1d45f607e2 Author: Dan Stillman <dstillman@zotero.org> Date: Sat, 16 May 2009 05:32:02 +0000 Fix typo Diffstat:
| M | 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 @@ -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;