From 1e9f2dc05742870542600e5c0be55671b30e284c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 30 May 2011 15:17:44 +0100 Subject: [PATCH] Fix typos. --- src/item/Item.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/item/Item.js b/src/item/Item.js index f498672b..7adf1455 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -612,8 +612,8 @@ var Item = this.Item = Base.extend({ * defined in such a way, e.g. if one is a descendant of the other. */ _getOrder: function(item) { - // Private method that prodces a list of anchestors, starting with the - // root and the actual element as the last entry. + // Private method that produces a list of anchestors, starting with the + // root and ending with the actual element as the last entry. function getList(item) { var list = []; do {