Fix spelling

This commit is contained in:
Matthias Kuhn 2017-08-23 16:50:37 +02:00
parent fc5ad20154
commit 21b1c7ced9
No known key found for this signature in database
GPG Key ID: A0E766808764D73F
2 changed files with 2 additions and 1 deletions

View File

@ -3561,6 +3561,7 @@ imprisonned:imprisoned
improvision:improvisation
improvment:improvement
improvments:improvements
imput:input
imrovement:improvement
inablility:inability
inacccessible:inaccessible

View File

@ -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