From b8f74f94c8310af4141aa09e6943182cad811515 Mon Sep 17 00:00:00 2001
From: Peter Varga <pvarga@inf.u-szeged.hu>
Date: Wed, 31 Oct 2018 09:02:55 +0100
Subject: [PATCH] Fix typo in error message of maps example
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: Icd89aea969921ee2a5e6949a4f045ae7439dd618
Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
---
 examples/webenginewidgets/maps/maps.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/webenginewidgets/maps/maps.pro b/examples/webenginewidgets/maps/maps.pro
index b1cb3b28b..fead8fe0b 100644
--- a/examples/webenginewidgets/maps/maps.pro
+++ b/examples/webenginewidgets/maps/maps.pro
@@ -12,6 +12,6 @@ target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/maps
 INSTALLS += target
 
 !qtConfig(webengine-geolocation) {
-    error('Qt WebEngine compiled without geolocaton support, this example will not work.')
+    error('Qt WebEngine compiled without geolocation support, this example will not work.')
 }
 
-- 
GitLab