From 65ee0b17d789d4820569ea3f4cd66f7405b4cbfb Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Mon, 5 Feb 2018 21:04:52 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20spelling=20and=20use=20the=20symbol=20?= =?UTF-8?q?=C3=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ol/transform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/transform.js b/src/ol/transform.js index b931cb284a..e8cda64521 100644 --- a/src/ol/transform.js +++ b/src/ol/transform.js @@ -9,7 +9,7 @@ const _ol_transform_ = {}; * Collection of affine 2d transformation functions. The functions work on an * array of 6 elements. The element order is compatible with the [SVGMatrix * interface](https://developer.mozilla.org/en-US/docs/Web/API/SVGMatrix) and is - * a subset (elements a to f) of a 3x3 martrix: + * a subset (elements a to f) of a 3×3 matrix: * ``` * [ a c e ] * [ b d f ]