From d0621a194922763cc193f5a8e9340180fe43d1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 23 Sep 2015 10:13:49 +0200 Subject: [PATCH] Fix typo in doc --- externs/olx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index 6ff7d41581..51754f29ae 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -2873,7 +2873,7 @@ olx.interaction.SelectOptions.prototype.multi; /** * Collection where the interaction will place selected features. Optional. If * not set the interaction will create a collection. In any case the collection - * used by the interaction is returnd by + * used by the interaction is returned by * {@link ol.interaction.Select#getFeatures}. * @type {ol.Collection.} * @api