diff options
author | Štěpán Němec <stepnem@gmail.com> | 2011-01-09 23:00:28 +0100 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2011-01-09 23:00:28 +0100 |
commit | 3ac217de9a94a0a323f9385312455dffbf4ea7f5 (patch) | |
tree | bf896b0a6235d742ff09dd7f6336ab1cd25f7c63 /common/modules/base.jsm | |
parent | 0456e10ed5cfbdd15013d7d50fb8a92d5f7ad223 (diff) | |
download | pentadactyl-3ac217de9a94a0a323f9385312455dffbf4ea7f5.tar.gz |
Fix some typos.
Diffstat (limited to 'common/modules/base.jsm')
-rw-r--r-- | common/modules/base.jsm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/modules/base.jsm b/common/modules/base.jsm index d0fbdc51..3e21d753 100644 --- a/common/modules/base.jsm +++ b/common/modules/base.jsm @@ -1079,7 +1079,7 @@ function UTF8(str) { function octal(decimal) parseInt(decimal, 8); /** - * Iterates over an arbitrary object. The following iterators types are + * Iterates over an arbitrary object. The following iterator types are * supported, and work as a user would expect: * * • nsIDOMNodeIterator @@ -1096,7 +1096,7 @@ function octal(decimal) parseInt(decimal, 8); * * • nsIDOMNamedNodeMap * - * Duck typing is implemented for the any other type. If the object + * Duck typing is implemented for any other type. If the object * contains the "enumerator" property, iter is called on that. If the * property is a function, it is called first. If it contains the * property "getNext" along with either "hasMoreItems" or "hasMore", it |