Fix typos.
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Thu, 26 Apr 2012 16:26:43 +0000 (18:26 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 27 Apr 2012 09:40:19 +0000 (11:40 +0200)
Change-Id: I770f74c1aa323e9ec924da13d1ccd7747ac0def3
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/quick/items/qquickflickable.cpp

index 76d3698..853535e 100644 (file)
@@ -1804,11 +1804,11 @@ bool QQuickFlickable::sendMouseEvent(QMouseEvent *event)
             break;
         case QEvent::MouseButtonRelease:
             if (d->delayedPressEvent) {
-                // We replay the mouse press but the grabber we had might not be interessted by the event (e.g. overlay)
+                // We replay the mouse press but the grabber we had might not be interested in the event (e.g. overlay)
                 // so we reset the grabber
                 if (c->mouseGrabberItem() == d->delayedPressTarget)
                     d->delayedPressTarget->ungrabMouse();
-                //Use the event handler that will take care of finding the proper item to propagate the event
+                // Use the event handler that will take care of finding the proper item to propagate the event
                 QQuickCanvasPrivate::get(canvas())->deliverMouseEvent(d->delayedPressEvent);
                 d->clearDelayedPress();
                 // We send the release