diff options
author | Peter Yard <peter.yard@nokia.com> | 2011-12-12 13:26:02 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-12-14 02:41:27 +0100 |
commit | a3b3526df1f2034e91dfd1e3f357c61a28a4c6dd (patch) | |
tree | 8a50c11d3f9102918781e578bfd514194bc91f70 /src/imports/location/qdeclarativegeomaneuver.cpp | |
parent | 95ab41143b58bab84507ddfb0a2a0b1432500a8f (diff) | |
download | qtlocation-a3b3526df1f2034e91dfd1e3f357c61a28a4c6dd.tar.gz |
Location docs spelling/typo fixes.
Change-Id: I542b3e494b39a65952e8cb412f45cfec2f8567f0
Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/imports/location/qdeclarativegeomaneuver.cpp')
-rw-r--r-- | src/imports/location/qdeclarativegeomaneuver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/location/qdeclarativegeomaneuver.cpp b/src/imports/location/qdeclarativegeomaneuver.cpp index 099e6f02..66f020ad 100644 --- a/src/imports/location/qdeclarativegeomaneuver.cpp +++ b/src/imports/location/qdeclarativegeomaneuver.cpp @@ -158,7 +158,7 @@ int QDeclarativeGeoManeuver::timeToNextInstruction() const /*! \qmlproperty qreal RouteManeuver::distanceToNextInstruction - This read-only property holds the distance, in metres, between the point at which + This read-only property holds the distance, in meters, between the point at which the associated instruction was issued and the point that the next instruction should be issued. */ |