From b4fa9d53e3b825118a54bd73e17a146a883674ed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 16:48:07 +0000 Subject: [PATCH 1/3] Bump codespell from 1.14.0 to 1.16.0 Bumps [codespell](https://github.com/codespell-project/codespell) from 1.14.0 to 1.16.0. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v1.14.0...v1.16.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4fca4f0cacba..944a3f010f9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.8.1 -codespell==1.14.0 +codespell==1.16.0 glob2==0.7 htmlmin==0.1.12 Mako==1.1.0 From cb860b12abf00407f232eb6b7ead7eac87e0bfb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 28 Oct 2019 17:45:13 +0100 Subject: [PATCH 2/3] Add false positive --- spell-ignore-words.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spell-ignore-words.txt b/spell-ignore-words.txt index 24ba0a6a941e..57996485a74f 100644 --- a/spell-ignore-words.txt +++ b/spell-ignore-words.txt @@ -1,2 +1,4 @@ lod oder +files' +copyable 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 3/3] 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. */