Skip to content

Commit

Permalink
Update src/app/qgisapp.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
signedav and m-kuhn committed May 13, 2020
1 parent 9995287 commit 90a03f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -9033,7 +9033,7 @@ void QgisApp::deleteSelected( QgsMapLayer *layer, QWidget *parent, bool checkFea
else
{
const auto contextLayers = context.handledLayers();
//if it effected more than one layer, print feedback for all descendants
// if it affects more than one layer, print feedback for all descendants
if ( contextLayers.size() > 1 )
{
deletedCount = 0;
Expand Down

0 comments on commit 90a03f4

Please sign in to comment.