aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-06 23:44:08 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-07 13:59:27 +0200
commit1578f745bf94f9522f0805019becf10c146a67de (patch)
tree506aa016864d65dde1c60939ba57fe040120af97 /src/quick/util
parent5b47966f5c7910e29f456d9a809f120a99c10ee4 (diff)
doc: fix some typos in .cpp files
Change-Id: Ica7685aefde84ec80d8af7a67541af454de4adce Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
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()) {