summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomapdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeomapdata.cpp')
-rw-r--r--src/location/maps/qgeomapdata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeomapdata.cpp b/src/location/maps/qgeomapdata.cpp
index 69e11530..e6d7b68f 100644
--- a/src/location/maps/qgeomapdata.cpp
+++ b/src/location/maps/qgeomapdata.cpp
@@ -250,7 +250,7 @@ void QGeoMapDataPrivate::setCameraData(const QGeoCameraData &cameraData)
// Do not call this expensive function if the width is 0, since it will get called
// anyway when it is resized to a width > 0.
- // this is mainly an optimisation to the initalization of the geomap, which would otherwise
+ // this is mainly an optimization to the initialization of the geomap, which would otherwise
// call changeCameraData four or more times
if (width() > 0)
map_->changeCameraData(oldCameraData);