Fix some trivial typos

This commit is contained in:
Tom Payne
2013-03-19 21:34:31 +01:00
parent 26aefc1f63
commit a1a2ab415f
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ describe('ol.structs.RTree', function() {
.to.be(0);
});
it('can store thosands of items and find fast', function() {
it('can store thousands of items and find fast', function() {
for (var i = 7; i <= 10000; ++i) {
rTree.put(new ol.Rectangle(Math.random() * -10, Math.random() * -10,
Math.random() * 10, Math.random() * 10), i);