Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 27, 2021
1 parent 49d4b95 commit 4f3efc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsmaptopixel.sip.in
Expand Up @@ -27,7 +27,7 @@ This class can convert device coordinates to map coordinates and vice versa.
%Docstring
Constructor for an invalid QgsMapToPixel.

A manual call to :py:func:`~QgsMapToPixel.setParameters` is required to initialise the object.
A manual call to :py:func:`~QgsMapToPixel.setParameters` is required to initialize the object.
%End

QgsMapToPixel( double mapUnitsPerPixel, double centerX, double centerY, int widthPixels, int heightPixels, double rotation );
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsmaptopixel.h
Expand Up @@ -42,7 +42,7 @@ class CORE_EXPORT QgsMapToPixel
/**
* Constructor for an invalid QgsMapToPixel.
*
* A manual call to setParameters() is required to initialise the object.
* A manual call to setParameters() is required to initialize the object.
*/
QgsMapToPixel();

Expand Down

0 comments on commit 4f3efc1

Please sign in to comment.