Skip to content

Commit 21b1c7c

Browse files
committed
Fix spelling
1 parent fc5ad20 commit 21b1c7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/spell_check/spelling.dat

+1
Original file line numberDiff line numberDiff line change
@@ -3561,6 +3561,7 @@ imprisonned:imprisoned
35613561
improvision:improvisation
35623562
improvment:improvement
35633563
improvments:improvements
3564+
imput:input
35643565
imrovement:improvement
35653566
inablility:inability
35663567
inacccessible:inaccessible

src/core/geometry/qgsgeometry.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class CORE_EXPORT QgsGeometry
112112
AddPartSelectedGeometryNotFound, //!< The selected geometry cannot be found
113113
AddPartNotMultiGeometry, //!< The source geometry is not multi
114114
/* Add ring issues*/
115-
AddRingNotClosed, //!< The imput ring is not closed
115+
AddRingNotClosed, //!< The input ring is not closed
116116
AddRingNotValid, //!< The input ring is not valid
117117
AddRingCrossesExistingRings, //!< The input ring crosses existing rings (it is not disjoint)
118118
AddRingNotInExistingFeature, //!< The input ring doesn't have any existing ring to fit into

0 commit comments

Comments
 (0)