Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
spelling american
initialization not initialisation
  • Loading branch information
signedav committed Sep 6, 2018
1 parent 1308966 commit 21a772f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -40,7 +40,7 @@ Create a qml widget wrapper

void reinitWidget();
%Docstring
Clears the content and makes new initialisation
Clears the content and makes new initialization
%End

void setQmlCode( const QString &qmlCode );
Expand Down
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsqmlwidgetwrapper.h
Expand Up @@ -47,7 +47,7 @@ class GUI_EXPORT QgsQmlWidgetWrapper : public QgsWidgetWrapper

void initWidget( QWidget *editor ) override;

//! Clears the content and makes new initialisation
//! Clears the content and makes new initialization
void reinitWidget();

//! writes the \a qmlCode into a temporary file
Expand Down

0 comments on commit 21a772f

Please sign in to comment.