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

View File

@@ -451,7 +451,7 @@ export function optionsFromCapabilities(wmtsCap, config) {
let selectedMatrixLimit = {
MinTileCol: 0,
MinTileRow: 0,
// substract one to end up at tile top left
// subtract one to end up at tile top left
MaxTileCol: matrix.MatrixWidth - 1,
MaxTileRow: matrix.MatrixHeight - 1,
};