From 451f453f2e1fb3a791f284f09ae0e88e9ed18c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 29 Oct 2019 09:26:06 +0100 Subject: [PATCH] Fix spell --- contribs/gmf/src/import/importdatasourceComponent.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contribs/gmf/src/import/importdatasourceComponent.js b/contribs/gmf/src/import/importdatasourceComponent.js index 392f162f2bc5..21ba45514c3d 100644 --- a/contribs/gmf/src/import/importdatasourceComponent.js +++ b/contribs/gmf/src/import/importdatasourceComponent.js @@ -423,9 +423,9 @@ class Controller { * - _visible: true if searchText is empty or searchText is found in * layer.Title or in any of its ancestors or in any of its descendants. * - _expanded: true if searchText is found in any of its descendants. - * - _searchPrefix: subtring before searchText in layer.Title. - * - _searchMatch: subtring matching searchText in layer.Title. - * - _searchSuffix: subtring after searchText in layer.Title. + * - _searchPrefix: substring before searchText in layer.Title. + * - _searchMatch: substring matching searchText in layer.Title. + * - _searchSuffix: substring after searchText in layer.Title. * @param {Object} layer WMS Capability Layer object. * @param {boolean} visible Force layer to be visible. */