summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeocameracapabilities.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeocameracapabilities.cpp')
-rw-r--r--src/location/maps/qgeocameracapabilities.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeocameracapabilities.cpp b/src/location/maps/qgeocameracapabilities.cpp
index 23b5fb31..c2ffdbeb 100644
--- a/src/location/maps/qgeocameracapabilities.cpp
+++ b/src/location/maps/qgeocameracapabilities.cpp
@@ -213,7 +213,7 @@ double QGeoCameraCapabilities::maximumZoomLevel() const
/*!
Sets whether the associated plugin can render a map when the camera
- has an aribtrary bearing to \a supportsBearing.
+ has an arbitrary bearing to \a supportsBearing.
*/
void QGeoCameraCapabilities::setSupportsBearing(bool supportsBearing)
{
@@ -223,7 +223,7 @@ void QGeoCameraCapabilities::setSupportsBearing(bool supportsBearing)
/*!
Returns whether the associated plugin can render a map when the camera
- has an aribtrary bearing.
+ has an arbitrary bearing.
*/
bool QGeoCameraCapabilities::supportsBearing() const
{