Navigation Menu

Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
root676 authored and nyalldawson committed Jul 2, 2020
1 parent 76690bf commit d977db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmcellstatistics.cpp
Expand Up @@ -34,7 +34,7 @@ QString QgsCellStatisticsAlgorithm::name() const

QStringList QgsCellStatisticsAlgorithm::tags() const
{
return QObject::tr( "cell,pixe,statistic,mean,sum,majority,minority,variance,variety,range,median,minimum,maximum" ).split( ',' );
return QObject::tr( "cell,pixel,statistic,mean,sum,majority,minority,variance,variety,range,median,minimum,maximum" ).split( ',' );
}

QString QgsCellStatisticsAlgorithm::group() const
Expand Down

0 comments on commit d977db4

Please sign in to comment.