Skip to content

Commit 50c28e4

Browse files
committed
Fix typo
1 parent 81d5a2d commit 50c28e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/processing/qgsalgorithmreclassifybylayer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ bool QgsReclassifyAlgorithmBase::prepareAlgorithm( const QVariantMap &parameters
8080
mExtent = layer->extent();
8181
mCrs = layer->crs();
8282
mRasterUnitsPerPixelX = std::abs( layer->rasterUnitsPerPixelX() );
83-
mRasterUnitsPerPixelY = std::abs( layer->rasterUnitsPerPixelX() );
83+
mRasterUnitsPerPixelY = std::abs( layer->rasterUnitsPerPixelY() );
8484
mNbCellsXProvider = mInterface->xSize();
8585
mNbCellsYProvider = mInterface->ySize();
8686

0 commit comments

Comments
 (0)