aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins.qnx@kdab.com>2012-09-05 16:43:55 +0100
committerQt by Nokia <qt-info@nokia.com>2012-09-06 16:20:08 +0200
commit1a0f61613db908fa458d21f06d287f0e171a4a47 (patch)
tree6bc717a33a13611e4e87bbcdc9aa1fde3e51b654 /src/quick
parentba855463ab800c194ae581545535b46d5975bbb1 (diff)
Fix typo in documentation.
Change-Id: I4d8d12cfce58e49789146639cc6734b6cf1643fa Reviewed-by: David Faure <faure@kde.org>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/items/qquickflickable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickflickable.cpp b/src/quick/items/qquickflickable.cpp
index 1f2f228e31..99a0c503a5 100644
--- a/src/quick/items/qquickflickable.cpp
+++ b/src/quick/items/qquickflickable.cpp
@@ -579,7 +579,7 @@ is finished.
This handler is called when the user stops dragging the view.
- If the velocity of the drag is suffient at the time the
+ If the velocity of the drag is sufficient at the time the
touch/mouse button is released then a flick will start.
*/