summaryrefslogtreecommitdiffstats
path: root/src/controls/StackView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/StackView.qml')
-rw-r--r--src/controls/StackView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/StackView.qml b/src/controls/StackView.qml
index 2397e5e40..11e2d1825 100644
--- a/src/controls/StackView.qml
+++ b/src/controls/StackView.qml
@@ -819,7 +819,7 @@ Item {
/*! \internal */
function __resolveComponent(unknownObjectType, element)
{
- // We need this extra resolve function since we dont really
+ // We need this extra resolve function since we don't really
// know what kind of object the user pushed. So we try to
// figure it out by inspecting the object:
if (unknownObjectType.hasOwnProperty("createObject")) {