Skip to content

Commit 21a772f

Browse files
committed
spelling american
initialization not initialisation
1 parent 1308966 commit 21a772f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/gui/auto_generated/editorwidgets/qgsqmlwidgetwrapper.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Create a qml widget wrapper
4040

4141
void reinitWidget();
4242
%Docstring
43-
Clears the content and makes new initialisation
43+
Clears the content and makes new initialization
4444
%End
4545

4646
void setQmlCode( const QString &qmlCode );

src/gui/editorwidgets/qgsqmlwidgetwrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class GUI_EXPORT QgsQmlWidgetWrapper : public QgsWidgetWrapper
4747

4848
void initWidget( QWidget *editor ) override;
4949

50-
//! Clears the content and makes new initialisation
50+
//! Clears the content and makes new initialization
5151
void reinitWidget();
5252

5353
//! writes the \a qmlCode into a temporary file

0 commit comments

Comments
 (0)