Fix spelling
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -41,7 +41,7 @@ describe('ol.interaction.MouseWheelZoom', function() {
|
||||
interaction.handleWheelZoom_.restore();
|
||||
});
|
||||
|
||||
it('works with the defaut value', function(done) {
|
||||
it('works with the default value', function(done) {
|
||||
const event = new MapBrowserEvent('mousewheel', map, {
|
||||
type: 'mousewheel',
|
||||
target: map.getViewport(),
|
||||
|
||||
@@ -58,7 +58,7 @@ describe('ol.structs.LinkedList', function() {
|
||||
expect(ll.head_.data).to.be(item);
|
||||
});
|
||||
|
||||
it('otherwise sets the cursor to the prevous item', function() {
|
||||
it('otherwise sets the cursor to the previous item', function() {
|
||||
ll = new LinkedList(false);
|
||||
ll.insertItem(item);
|
||||
ll.insertItem(item2);
|
||||
|
||||
Reference in New Issue
Block a user