From 21b1c7ced9f0670577e886396ed827de0e5eee3f Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Wed, 23 Aug 2017 16:50:37 +0200 Subject: [PATCH] Fix spelling --- scripts/spell_check/spelling.dat | 1 + src/core/geometry/qgsgeometry.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/spell_check/spelling.dat b/scripts/spell_check/spelling.dat index 426a23acf7a..7cd4cd0634a 100644 --- a/scripts/spell_check/spelling.dat +++ b/scripts/spell_check/spelling.dat @@ -3561,6 +3561,7 @@ imprisonned:imprisoned improvision:improvisation improvment:improvement improvments:improvements +imput:input imrovement:improvement inablility:inability inacccessible:inaccessible diff --git a/src/core/geometry/qgsgeometry.h b/src/core/geometry/qgsgeometry.h index 24656d17b93..30c433f544e 100644 --- a/src/core/geometry/qgsgeometry.h +++ b/src/core/geometry/qgsgeometry.h @@ -112,7 +112,7 @@ class CORE_EXPORT QgsGeometry AddPartSelectedGeometryNotFound, //!< The selected geometry cannot be found AddPartNotMultiGeometry, //!< The source geometry is not multi /* Add ring issues*/ - AddRingNotClosed, //!< The imput ring is not closed + AddRingNotClosed, //!< The input ring is not closed AddRingNotValid, //!< The input ring is not valid AddRingCrossesExistingRings, //!< The input ring crosses existing rings (it is not disjoint) AddRingNotInExistingFeature, //!< The input ring doesn't have any existing ring to fit into