Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Small typo in a comment
  • Loading branch information
elpaso committed Apr 6, 2020
1 parent 1d4b909 commit dccfe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterdataprovider.cpp
Expand Up @@ -116,7 +116,7 @@ QgsRasterBlock *QgsRasterDataProvider::block( int bandNo, QgsRectangle const &b
return block.release();
}

// If lower source resolution is used, the extent must beS aligned to original
// If lower source resolution is used, the extent must be aligned to original
// resolution to avoid possible shift due to resampling
if ( tmpXRes > xRes )
{
Expand Down

0 comments on commit dccfe5e

Please sign in to comment.