summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.')
}