Fix another typo in c81961a9be

This commit is contained in:
Dan Stillman 2018-12-16 22:41:32 -05:00
parent adcae4b902
commit bd5243221b

View file

@ -1138,7 +1138,7 @@ Zotero.Items = function() {
this.getFirstCreatorFromJSON = function (json) {
Zotero.warn("Zotero.Items.getFirstCreatorFromJSON() is deprecated "
+ "-- use Zotero.Utilities.Internal.getFirstCreatorFromItemJSON()";
+ "-- use Zotero.Utilities.Internal.getFirstCreatorFromItemJSON()");
return Zotero.Utilities.Internal.getFirstCreatorFromItemJSON(json);
};