Fix spelling

This commit is contained in:
Frederic Junod
2017-04-24 08:47:00 +02:00
parent 52af66e0f9
commit b1f38ea0e8
12 changed files with 14 additions and 14 deletions

View File

@@ -848,7 +848,7 @@ describe('ol.format.WFS', function() {
});
});
it('do not add feature prefx twice', function() {
it('do not add feature prefix twice', function() {
var format = new ol.format.WFS();
var insertFeature = new ol.Feature({
the_geom: new ol.geom.MultiPoint([[1, 2]]),