Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 11, 2019
1 parent 021d1ef commit 9191841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/processing/qgsprocessingparameters.cpp
Expand Up @@ -1506,7 +1506,7 @@ QgsLayoutItem *QgsProcessingParameters::parameterAsLayoutItem( const QgsProcessi
if ( id.isEmpty() )
return nullptr;

// prefer matching by uuid, since it's gauranteed to be unique.
// prefer matching by uuid, since it's guaranteed to be unique.
if ( QgsLayoutItem *item = layout->itemByUuid( id ) )
return item;
else if ( QgsLayoutItem *item = layout->itemById( id ) )
Expand Down

0 comments on commit 9191841

Please sign in to comment.