Skip to content

Commit 943025c

Browse files
committedJan 9, 2018
Typos
1 parent e0c56e7 commit 943025c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎python/core/qgsmultirenderchecker.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Runs a render check on the layout, adding results to the specified ``report``.
170170
The maximum number of allowable pixels differing from the reference image is
171171
specified via the ``pixelDiff`` argument.
172172

173-
A reference image can be creates by setting ``createReferenceImage`` to true
173+
A reference image can be created by setting ``createReferenceImage`` to true
174174
in this case the test will always return true.
175175

176176
The page number is specified via ``page``, where 0 corresponds to the first

‎src/core/layout/qgscompositionconverter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ QList<QgsLayoutItem *> QgsCompositionConverter::addItemsFromCompositionXml( QgsL
260260
newItems << layoutItem ;
261261
}
262262

263-
// Polylin
263+
// Polyline
264264
for ( int i = 0; i < parentElement.elementsByTagName( QStringLiteral( "ComposerPolyline" ) ).size(); i++ )
265265
{
266266
QDomNode itemNode( parentElement.elementsByTagName( QStringLiteral( "ComposerPolyline" ) ).at( i ) );

‎src/core/qgsmultirenderchecker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class CORE_EXPORT QgsLayoutChecker : public QgsMultiRenderChecker
207207
* The maximum number of allowable pixels differing from the reference image is
208208
* specified via the \a pixelDiff argument.
209209
*
210-
* A reference image can be creates by setting \a createReferenceImage to true
210+
* A reference image can be created by setting \a createReferenceImage to true
211211
* in this case the test will always return true.
212212
*
213213
* The page number is specified via \a page, where 0 corresponds to the first

‎tests/src/core/testqgscompositionconverter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class TestQgsCompositionConverter: public QObject
5959
void importComposerTemplateShape();
6060

6161
/**
62-
* Test import multiple ements from a composer template
62+
* Test import multiple elements from a composer template
6363
*/
6464
void importComposerTemplate();
6565

0 commit comments

Comments
 (0)
Please sign in to comment.