aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/util')
-rw-r--r--src/quick/util/qquickbind.cpp2
-rw-r--r--src/quick/util/qquicklistcompositor.cpp2
-rw-r--r--src/quick/util/qquicktransitionmanager.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/util/qquickbind.cpp b/src/quick/util/qquickbind.cpp
index 9bb3185f55..af57b288f6 100644
--- a/src/quick/util/qquickbind.cpp
+++ b/src/quick/util/qquickbind.cpp
@@ -102,7 +102,7 @@ public:
In some circumstances you may want to control the value of a property
only when a certain condition is true (and relinquish control in all
- other cirumstances). This often isn't possible to accomplish with a direct
+ other circumstances). This often isn't possible to accomplish with a direct
binding, as you need to supply values for all possible branches.
\code
diff --git a/src/quick/util/qquicklistcompositor.cpp b/src/quick/util/qquicklistcompositor.cpp
index 5713f3f4af..b728874270 100644
--- a/src/quick/util/qquicklistcompositor.cpp
+++ b/src/quick/util/qquicklistcompositor.cpp
@@ -1051,7 +1051,7 @@ void QQuickListCompositor::listItemsInserted(
This corrects the indexes of each range for that list in the compositor, splitting the range
in two if the insert index is in the middle of that range. If a range at the insert position
has the Prepend flag set then a new range will be inserted at that position with the groups
- specified in defaultGroups(). If the insert index correponds to the end of a range with
+ specified in defaultGroups(). If the insert index corresponds to the end of a range with
the Append flag set a new range will be inserted before the end of the append range.
The \a translatedInsertions list is populated with insert notifications for affected
diff --git a/src/quick/util/qquicktransitionmanager.cpp b/src/quick/util/qquicktransitionmanager.cpp
index 910043e251..2282490e7f 100644
--- a/src/quick/util/qquicktransitionmanager.cpp
+++ b/src/quick/util/qquicktransitionmanager.cpp
@@ -156,7 +156,7 @@ void QQuickTransitionManager::transition(const QList<QQuickAction> &list,
// some cases - but whatcha going to do?
//
// Note that we only fast forward if both a transition and bindings are
- // present, as it is unneccessary (and potentially expensive) otherwise.
+ // present, as it is unnecessary (and potentially expensive) otherwise.
if (transition && !d->bindingsList.isEmpty()) {