diff --git a/examples/webenginewidgets/maps/maps.pro b/examples/webenginewidgets/maps/maps.pro
index b1cb3b28bf781278f20db41729421a9e20465766..fead8fe0b63c251c40dcdb29fc32ffa3ad0550d9 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.')
 }