summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2018-10-31 09:02:55 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-10-31 17:11:07 +0000
commitb8f74f94c8310af4141aa09e6943182cad811515 (patch)
treefb8e34df391bef6b1bd8895915391bb5b0abbd1c
parentb39a5083751605e2ba781393b6b8ea69381efdf4 (diff)
Fix typo in error message of maps example
Change-Id: Icd89aea969921ee2a5e6949a4f045ae7439dd618 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
-rw-r--r--examples/webenginewidgets/maps/maps.pro2
1 files changed, 1 insertions, 1 deletions
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.')
}