Skip to content

Commit 03f0b44

Browse files
committedSep 7, 2016
Typo
1 parent 02ae886 commit 03f0b44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/qgsmaprendererjob.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class QgsMapRendererJob : QObject
100100
signals:
101101
/**
102102
* Emitted when the layers are rendered.
103-
* Rendering labels is not yet done. If the fully rendered layer including labels is reuquired use
103+
* Rendering labels is not yet done. If the fully rendered layer including labels is required use
104104
* finished() instead.
105105
*
106106
* @note Added in QGIS 3.0

‎src/core/qgsmaprendererjob.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class CORE_EXPORT QgsMapRendererJob : public QObject
142142
signals:
143143
/**
144144
* Emitted when the layers are rendered.
145-
* Rendering labels is not yet done. If the fully rendered layer including labels is reuquired use
145+
* Rendering labels is not yet done. If the fully rendered layer including labels is required use
146146
* finished() instead.
147147
*
148148
* @note Added in QGIS 3.0

0 commit comments

Comments
 (0)
Please sign in to comment.