Skip to content

Commit

Permalink
Spelling fix 'grometry'->'geometry'
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 14, 2017
1 parent a2ad980 commit 585e9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/spell_check/spelling.dat
Expand Up @@ -3195,6 +3195,7 @@ greatful:grateful
greatfully:gratefully
greif:grief
gridles:griddles
grometry:geometry
gropu:group
gruop:group
grwo:grow
Expand Down
2 changes: 1 addition & 1 deletion src/core/composer/qgsatlascomposition.cpp
Expand Up @@ -436,7 +436,7 @@ bool QgsAtlasComposition::prepareForFeature( const int featureI, const bool upda
void QgsAtlasComposition::computeExtent( QgsComposerMap *map )
{
// QgsGeometry::boundingBox is expressed in the geometry"s native CRS
// We have to transform the grometry to the destination CRS and ask for the bounding box
// We have to transform the geometry to the destination CRS and ask for the bounding box
// Note: we cannot directly take the transformation of the bounding box, since transformations are not linear
mTransformedFeatureBounds = currentGeometry( map->crs() ).boundingBox();
}
Expand Down

0 comments on commit 585e9ed

Please sign in to comment.