mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
Fixed minor typo.
This commit is contained in:
parent
63647d97ae
commit
7828d4f2ce
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ function doWeb (doc, url) {
|
|||
marc.setTranslator("a6ee60df-1ddc-4aae-bb25-45e0537be973");
|
||||
marc.setString(text);
|
||||
marc.setHandler("itemDone", function(obj, item) {
|
||||
item.repository = "Myrlin Library Catalog";
|
||||
item.repository = "Mirlyn Library Catalog";
|
||||
item.complete();
|
||||
});
|
||||
marc.translate();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue