Skip to content

Commit

Permalink
fix typo and grammar in the same word
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 28, 2018
1 parent 4d9dcd8 commit 65bdc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quickgui/qgsquickmapsettings.cpp
Expand Up @@ -119,7 +119,7 @@ QPointF QgsQuickMapSettings::coordinateToScreen( const QgsPoint &point ) const
QgsPoint QgsQuickMapSettings::screenToCoordinate( const QPointF &point ) const
{
// use floating point precision with mapToCoordinatesF
// this is to aoviding rounding errors with an odd screen width or height
// this is to avoid rounding errors with an odd screen width or height
// and the point being set to the exact center of it
const QgsPointXY pp = mMapSettings.mapToPixel().toMapCoordinatesF( point.x(), point.y() );
return QgsPoint( pp );
Expand Down

0 comments on commit 65bdc83

Please sign in to comment.