Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 9, 2018
1 parent e0c56e7 commit 943025c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsmultirenderchecker.sip
Expand Up @@ -170,7 +170,7 @@ Runs a render check on the layout, adding results to the specified ``report``.
The maximum number of allowable pixels differing from the reference image is
specified via the ``pixelDiff`` argument.

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

The page number is specified via ``page``, where 0 corresponds to the first
Expand Down
2 changes: 1 addition & 1 deletion src/core/layout/qgscompositionconverter.cpp
Expand Up @@ -260,7 +260,7 @@ QList<QgsLayoutItem *> QgsCompositionConverter::addItemsFromCompositionXml( QgsL
newItems << layoutItem ;
}

// Polylin
// Polyline
for ( int i = 0; i < parentElement.elementsByTagName( QStringLiteral( "ComposerPolyline" ) ).size(); i++ )
{
QDomNode itemNode( parentElement.elementsByTagName( QStringLiteral( "ComposerPolyline" ) ).at( i ) );
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsmultirenderchecker.h
Expand Up @@ -207,7 +207,7 @@ class CORE_EXPORT QgsLayoutChecker : public QgsMultiRenderChecker
* The maximum number of allowable pixels differing from the reference image is
* specified via the \a pixelDiff argument.
*
* A reference image can be creates by setting \a createReferenceImage to true
* A reference image can be created by setting \a createReferenceImage to true
* in this case the test will always return true.
*
* The page number is specified via \a page, where 0 corresponds to the first
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgscompositionconverter.cpp
Expand Up @@ -59,7 +59,7 @@ class TestQgsCompositionConverter: public QObject
void importComposerTemplateShape();

/**
* Test import multiple ements from a composer template
* Test import multiple elements from a composer template
*/
void importComposerTemplate();

Expand Down

0 comments on commit 943025c

Please sign in to comment.