Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
  • Loading branch information
m-kuhn and DelazJ committed Sep 9, 2020
1 parent 42b4a03 commit 4339ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmzonalstatistics.cpp
Expand Up @@ -64,7 +64,7 @@ QString QgsZonalStatisticsAlgorithm::groupId() const
QString QgsZonalStatisticsAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm calculates statistics of a raster layer for each feature "
"of an overlapping polygon vector layer. The reults will be written in place." );
"of an overlapping polygon vector layer. The results will be written in place." );
}

QgsProcessingAlgorithm::Flags QgsZonalStatisticsAlgorithm::flags() const
Expand Down

0 comments on commit 4339ec7

Please sign in to comment.