Fix common misspellings

These were found with codespell.
This commit is contained in:
Marc Jansen
2021-03-05 22:53:09 +01:00
parent 890148c3b1
commit df23c234dc
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/**
* A worker that responds to messages by posting a message with the version identifer.
* A worker that responds to messages by posting a message with the version identifier.
* @module ol/worker/version
*/
import {VERSION} from '../util.js';