From 4be48cf9ee320f779e3e37db34865faac86fcc17 Mon Sep 17 00:00:00 2001
From: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Date: Mon, 3 Oct 2016 15:08:57 +0200
Subject: [PATCH] Fix typo

Change-Id: I914aa8463395f3473fa0c9f060b5216a9e0bab56
Reviewed-by: Paolo Angelelli <paolo.angelelli@theqtcompany.com>
---
 src/imports/location/qquickgeomapgesturearea.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/imports/location/qquickgeomapgesturearea.cpp b/src/imports/location/qquickgeomapgesturearea.cpp
index f61d4f57b..9541355cd 100644
--- a/src/imports/location/qquickgeomapgesturearea.cpp
+++ b/src/imports/location/qquickgeomapgesturearea.cpp
@@ -661,7 +661,7 @@ void QQuickGeoMapGestureArea::handleTouchUngrabEvent()
 {
         m_touchPoints.clear();
         //this is needed since in some cases mouse release is not delivered
-        //(second touch point brakes mouse synthesized events)
+        //(second touch point breaks mouse synthesized events)
         m_mousePoint.reset();
         update();
 }
-- 
GitLab