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

@@ -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);