Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Mar 14, 2021
1 parent 3db52a6 commit a2289bb
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/qgsrenderchecker.sip.in
Expand Up @@ -87,7 +87,7 @@ The path to the image will be constructed like this:

void setControlExtension( const QString &extension );
%Docstring
Sets file extension for the control image. By defailt it is "png"
Sets file extension for the control image. By default it is "png"

.. versionadded:: 3.20
%End
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsrenderchecker.h
Expand Up @@ -103,7 +103,7 @@ class CORE_EXPORT QgsRenderChecker
void setControlName( const QString &name );

/**
* Sets file extension for the control image. By defailt it is "png"
* Sets file extension for the control image. By default it is "png"
* \since QGIS 3.20
*/
void setControlExtension( const QString &extension ) { mControlExtension = extension; }
Expand Down

0 comments on commit a2289bb

Please sign in to comment.