Fix spelling

This commit is contained in:
Frederic Junod
2018-03-12 15:18:13 +01:00
parent e8341af803
commit 35158efbf0
11 changed files with 12 additions and 12 deletions

View File

@@ -886,7 +886,7 @@ describe('ol.interaction.Draw', function() {
draw.freehand_ = true;
draw.freehandCondition_ = always;
// no feture created when not moved
// no feature created when not moved
simulateEvent('pointermove', 10, 20);
simulateEvent('pointerdown', 10, 20);
simulateEvent('pointerup', 10, 20);