Skip to content

Commit 585e9ed

Browse files
committed
Spelling fix 'grometry'->'geometry'
1 parent a2ad980 commit 585e9ed

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
@@ -3195,6 +3195,7 @@ greatful:grateful
31953195
greatfully:gratefully
31963196
greif:grief
31973197
gridles:griddles
3198+
grometry:geometry
31983199
gropu:group
31993200
gruop:group
32003201
grwo:grow

src/core/composer/qgsatlascomposition.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ bool QgsAtlasComposition::prepareForFeature( const int featureI, const bool upda
436436
void QgsAtlasComposition::computeExtent( QgsComposerMap *map )
437437
{
438438
// QgsGeometry::boundingBox is expressed in the geometry"s native CRS
439-
// We have to transform the grometry to the destination CRS and ask for the bounding box
439+
// We have to transform the geometry to the destination CRS and ask for the bounding box
440440
// Note: we cannot directly take the transformation of the bounding box, since transformations are not linear
441441
mTransformedFeatureBounds = currentGeometry( map->crs() ).boundingBox();
442442
}

0 commit comments

Comments
 (0)