commit 70f04c3d8bd1f2d8924b0dc356d025021a2a8ecb
parent 8e2de92ca84bf48b6f21439aded90fe3c740a118
Author: Simon Kornblith <simon@simonster.com>
Date: Fri, 16 Aug 2013 17:53:14 -0400
Fix typos (thanks @aurimasv)
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/chrome/content/zotero/xpcom/data/collection.js b/chrome/content/zotero/xpcom/data/collection.js
@@ -1497,5 +1497,5 @@ Zotero.Collection.prototype._refreshChildCollections = function () {
Zotero.Collection.prototype._generateKey = function () {
- return Zotero.Utilites.generateObjectKey();
+ return Zotero.Utilities.generateObjectKey();
}
diff --git a/chrome/content/zotero/xpcom/data/creator.js b/chrome/content/zotero/xpcom/data/creator.js
@@ -552,7 +552,7 @@ Zotero.Creator.prototype._checkValue = function (field, value) {
Zotero.Creator.prototype._generateKey = function () {
- return Zotero.Utilites.generateObjectKey();
+ return Zotero.Utilities.generateObjectKey();
}
diff --git a/chrome/content/zotero/xpcom/data/tag.js b/chrome/content/zotero/xpcom/data/tag.js
@@ -773,6 +773,6 @@ Zotero.Tag.prototype._prepFieldChange = function (field) {
Zotero.Tag.prototype._generateKey = function () {
- return Zotero.Utilites.generateObjectKey();
+ return Zotero.Utilities.generateObjectKey();
}