summaryrefslogtreecommitdiff
path: root/src/location/places/qplacemanager.cpp
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2011-12-12 13:26:02 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-14 02:41:27 +0100
commita3b3526df1f2034e91dfd1e3f357c61a28a4c6dd (patch)
tree8a50c11d3f9102918781e578bfd514194bc91f70 /src/location/places/qplacemanager.cpp
parent95ab41143b58bab84507ddfb0a2a0b1432500a8f (diff)
downloadqtlocation-a3b3526df1f2034e91dfd1e3f357c61a28a4c6dd.tar.gz
Location docs spelling/typo fixes.
Change-Id: I542b3e494b39a65952e8cb412f45cfec2f8567f0 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/location/places/qplacemanager.cpp')
-rw-r--r--src/location/places/qplacemanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/places/qplacemanager.cpp b/src/location/places/qplacemanager.cpp
index e50f15ed..569b11fb 100644
--- a/src/location/places/qplacemanager.cpp
+++ b/src/location/places/qplacemanager.cpp
@@ -104,7 +104,7 @@ QT_BEGIN_NAMESPACE
has a signal to notify when the request is done, and once completed, the reply
contains the results of the request, along with any errors that occurred, if any.
- An asynchonous request is generally handled as follows:
+ An asynchronous request is generally handled as follows:
\snippet snippets/places/requesthandler.h Simple search
\dots
\dots
@@ -350,7 +350,7 @@ QList<QPlaceCategory> QPlaceManager::childCategories(const QString &parentId) co
}
/*!
- Returns a list of prefered locales. The locales are used as a hint to the manager for what language
+ Returns a list of preferred locales. The locales are used as a hint to the manager for what language
place and category details should be returned in.
If the first specified locale cannot be accommodated, the manager falls back to the next and so forth.