Skip to content

Commit

Permalink
another spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
root676 authored and nyalldawson committed Apr 12, 2020
1 parent 6ad89b1 commit 538dd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmroundrastervalues.cpp
Expand Up @@ -204,7 +204,7 @@ QVariantMap QgsRoundRasterValuesAlgorithm::processAlgorithm( const QVariantMap &
{
roundedVal = roundDown( val, mDecimalPrecision );
}
//interger values get automatically cast to double when reading and back to int when writing
//integer values get automatically cast to double when reading and back to int when writing
analysisRasterBlock->setValue( row, column, roundedVal );
}
}
Expand Down

0 comments on commit 538dd71

Please sign in to comment.