aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-08 17:39:02 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-10 12:26:28 +0200
commit5b4c2f5910052159443f707de2071f63e83b5a5d (patch)
treefc561f8bdebea3c941610b9addcfb9d3666c64ae /src/quick/util
parent4ec2d5a489b922beb16fcd1cdf8199a862244ebb (diff)
doc: fix some more typos
Change-Id: I7fa055049b9e5900d597754c6004febb153de12b Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'src/quick/util')
-rw-r--r--src/quick/util/qquicklistcompositor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquicklistcompositor.cpp b/src/quick/util/qquicklistcompositor.cpp
index b728874270..4266ddd6e0 100644
--- a/src/quick/util/qquicklistcompositor.cpp
+++ b/src/quick/util/qquicklistcompositor.cpp
@@ -75,7 +75,7 @@ QT_BEGIN_NAMESPACE
membership can be changed with the setFlags() and clearFlags() functions, and the position
of items in the compositor can be changed with the move() function. Each of these functions
optionally returns a list of the changes made to indexes within each group which can then
- be propogated to view so that it can correctly refresh its contents; e.g. 3 items
+ be propagated to view so that it can correctly refresh its contents; e.g. 3 items
removed at index 6, and 5 items inserted at index 1. The notification changes are always
ordered from the start of the list to the end and accumulate, so if 5 items are removed at
index 4, one is skipped and then 3 move are removed, the changes returned are 5 items removed