Skip to content

Commit e9f85f5

Browse files
committedJul 16, 2018
Spellling
1 parent 80159c2 commit e9f85f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/processing/qgsprocessingtoolboxmodel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class GUI_EXPORT QgsProcessingToolboxModelProviderNode : public QgsProcessingToo
181181

182182
// NOTE: we store both the provider ID and a pointer to the provider here intentionally.
183183
// We store the provider pointer to avoid having to lookup the provider from the registry
184-
// everytime the node is used (which kills performance in the filter proxy model), but
184+
// every time the node is used (which kills performance in the filter proxy model), but
185185
// we also store the provider id string in order to identify the provider that the node
186186
// is linked to for cleanups after the provider is removed.
187187
QString mProviderId;

0 commit comments

Comments
 (0)
Please sign in to comment.