Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
uclaros authored and nyalldawson committed Mar 31, 2021
1 parent a898f9a commit 6f2d665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptooladdpart.cpp
Expand Up @@ -295,7 +295,7 @@ bool QgsMapToolAddPart::checkSelection()
else
{
// Only one selected feature
// For single-type layers only allow feaetures without geometry
// For single-type layers only allow features without geometry
QgsFeatureIterator selectedFeatures = vlayer->getSelectedFeatures();
QgsFeature selectedFeature;
selectedFeatures.nextFeature( selectedFeature );
Expand Down

0 comments on commit 6f2d665

Please sign in to comment.