This commit is contained in:
Nyall Dawson 2017-11-12 15:10:01 +10:00
parent fe535c5f77
commit a0c6e05261
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.