Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 19, 2017
1 parent fe535c5 commit a0c6e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/symbology/qgsrenderer.sip
Expand Up @@ -131,7 +131,7 @@ return a new renderer - used by default in vector layers
%Docstring
Must be called when a render cycle has finished, to allow the renderer to clean up.

Calls to stopRender() must always be preceeded by a call to startRender().
Calls to stopRender() must always be preceded by a call to startRender().

\warning This method is not thread safe. Before calling startRender() in a non-main thread,
the renderer should instead be cloned and startRender()/stopRender() called on the clone.
Expand Down
2 changes: 1 addition & 1 deletion src/core/symbology/qgsrenderer.h
Expand Up @@ -167,7 +167,7 @@ class CORE_EXPORT QgsFeatureRenderer
/**
* Must be called when a render cycle has finished, to allow the renderer to clean up.
*
* Calls to stopRender() must always be preceeded by a call to startRender().
* Calls to stopRender() must always be preceded by a call to startRender().
*
* \warning This method is not thread safe. Before calling startRender() in a non-main thread,
* the renderer should instead be cloned and startRender()/stopRender() called on the clone.
Expand Down

0 comments on commit a0c6e05

Please sign in to comment.