From 2e37a344591a2e4925322c0e5b7cc948e3d9092d Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Mon, 28 Jul 2014 09:35:23 +0200 Subject: [PATCH] Fix typo in ol.Map test. --- test/spec/ol/map.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ol/map.test.js b/test/spec/ol/map.test.js index 727796a3f0..4aedaf1464 100644 --- a/test/spec/ol/map.test.js +++ b/test/spec/ol/map.test.js @@ -2,7 +2,7 @@ goog.provide('ol.test.Map'); describe('ol.Map', function() { - describe('contstructor', function() { + describe('constructor', function() { it('creates a new map', function() { var map = new ol.Map({}); expect(map).to.be.a(ol.Map);