From ef1f28d05a401fbf4a50612249327994489dd818 Mon Sep 17 00:00:00 2001 From: Sean Takats Date: Mon, 17 Mar 2008 05:53:55 +0000 Subject: [PATCH] Fixes old typo in LexisNexis translator. --- scrapers.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapers.sql b/scrapers.sql index 7b4cc9612..cd8b6e5c3 100644 --- a/scrapers.sql +++ b/scrapers.sql @@ -8422,7 +8422,7 @@ REPLACE INTO translators VALUES ('b047a13c-fe5c-6604-c997-bef15e502b09', '1.0.0b if (author){ newItem.creators.push(Zotero.Utilities.cleanAuthor(author.textContent, "author")); } - newItem.respository = "lexisnexis.com"; + newItem.repository = "lexisnexis.com"; newItem.url = url; newItem.complete() }