Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored and nyalldawson committed Jul 29, 2020
1 parent d1e4807 commit 95589d1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ QString QgsNearestNeighbourAnalysisAlgorithm::groupId() const
QString QgsNearestNeighbourAnalysisAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm performs nearest neighbor analysis for a point layer.\n\n"
"The output allows to understand how you data are distributed (clustered, randomly or distributed).\n\n"
"The output allows to understand how your data are distributed (clustered, randomly or distributed).\n\n"
"Output is generated as an HTML file with the computed statistical values." );
}

Expand Down

0 comments on commit 95589d1

Please sign in to comment.