Fix typos in QQuickDrag documentation.
authorSérgio Martins <sergio.martins.qnx@kdab.com>
Fri, 10 May 2013 20:14:06 +0000 (21:14 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 14 May 2013 20:22:28 +0000 (22:22 +0200)
Change-Id: Iab8c537e16e9767ddfd837503a340eb708aa6814
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
src/quick/items/qquickdrag.cpp

index a24d1a3..b2ae2e4 100644 (file)
@@ -114,13 +114,13 @@ public:
     \ingroup qtquick-input
     \brief For specifying drag and drop events for moved Items
 
-    Using the Drag attached property any Item can made a source of drag and drop
+    Using the Drag attached property any Item can be made a source of drag and drop
     events within a scene.
 
-    When a drag is \l active on an item any change in that items position will
-    generate a drag events that will be sent to any DropArea that intersects
-    the with new  position of the item.  Other items which implement drag and
-     drop event handlers can also receive these events.
+    When a drag is \l active on an item any change in that item's position will
+    generate a drag event that will be sent to any DropArea that intersects
+    with the new position of the item.  Other items which implement drag and
+    drop event handlers can also receive these events.
 
     The following snippet shows how an item can be dragged with a MouseArea.
     However, dragging is not limited to mouse drags, anything that can move an item