Fix typo in documentation.
authorSérgio Martins <sergio.martins.qnx@kdab.com>
Wed, 5 Sep 2012 15:43:55 +0000 (16:43 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 6 Sep 2012 14:20:08 +0000 (16:20 +0200)
Change-Id: I4d8d12cfce58e49789146639cc6734b6cf1643fa
Reviewed-by: David Faure <faure@kde.org>
src/quick/items/qquickflickable.cpp

index 1f2f228..99a0c50 100644 (file)
@@ -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.
 */