Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 21, 2020
1 parent ddbcb1f commit 5f834d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgslegendpatchshapebutton.sip.in
Expand Up @@ -52,7 +52,7 @@ Returns the symbol type which the button requires.
%Docstring
Sets the symbol to use for previewing the legend patch shape.

Ownership is transferred to the button. It is the caller's responsiblity
Ownership is transferred to the button. It is the caller's responsibility
to ensure that the symbol type matches the button's symbolType()
%End

Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgslegendpatchshapebutton.h
Expand Up @@ -65,7 +65,7 @@ class GUI_EXPORT QgsLegendPatchShapeButton : public QToolButton
/**
* Sets the symbol to use for previewing the legend patch shape.
*
* Ownership is transferred to the button. It is the caller's responsiblity
* Ownership is transferred to the button. It is the caller's responsibility
* to ensure that the symbol type matches the button's symbolType()
*/
void setPreviewSymbol( QgsSymbol *symbol SIP_TRANSFER );
Expand Down

0 comments on commit 5f834d6

Please sign in to comment.