From c1263af9b103ec725bdff78744d6d4b47f64f806 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Fri, 11 Mar 2016 09:25:50 +0100 Subject: [PATCH] Fix typo in test description --- test/spec/ol/geom/flat/areaflatgeom.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ol/geom/flat/areaflatgeom.test.js b/test/spec/ol/geom/flat/areaflatgeom.test.js index afd0b8abdf..aab7c9958d 100644 --- a/test/spec/ol/geom/flat/areaflatgeom.test.js +++ b/test/spec/ol/geom/flat/areaflatgeom.test.js @@ -4,7 +4,7 @@ describe('ol.geom.flat.area', function() { describe('ol.geom.flat.area.linearRing', function() { - it('calcaultes the area of a triangle', function() { + it('calculates the area of a triangle', function() { var area = ol.geom.flat.area.linearRing([0, 0, 0.5, 1, 1, 0], 0, 6, 2); expect(area).to.be(0.5); });