summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-04-02 10:14:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-02 11:06:03 +0200
commit37f923f2f95aa36d56d69ec8f112b20d83fe1db8 (patch)
tree7bc5881b71a19be7fda75f5b80f5902880945161
parent330e42bbfdb361e2edee68cf04e0f4bb08264ab1 (diff)
Fix typo
Change-Id: I04183182a9db9dc169390fe5c77a92588f40347b Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
-rw-r--r--src/imports/location/qdeclarativegeomapgesturearea.cpp2
-rw-r--r--src/location/places/qplacesearchresult.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/location/qdeclarativegeomapgesturearea.cpp b/src/imports/location/qdeclarativegeomapgesturearea.cpp
index 336f922f..75b28cc3 100644
--- a/src/imports/location/qdeclarativegeomapgesturearea.cpp
+++ b/src/imports/location/qdeclarativegeomapgesturearea.cpp
@@ -274,7 +274,7 @@ QT_BEGIN_NAMESPACE
\qmlsignal QtLocation::MapGestureArea::pinchUpdated(PinchEvent event)
This signal is emitted as the user's fingers move across the map,
- after the the \l pinchStarted signal is emitted.
+ after the \l pinchStarted signal is emitted.
The corresponding handler is \c onPinchUpdated.
diff --git a/src/location/places/qplacesearchresult.cpp b/src/location/places/qplacesearchresult.cpp
index 4b6ab6de..a5d49501 100644
--- a/src/location/places/qplacesearchresult.cpp
+++ b/src/location/places/qplacesearchresult.cpp
@@ -86,7 +86,7 @@ bool QPlaceSearchResultPrivate::compare(const QPlaceSearchResultPrivate *other)
\snippet places/requesthandler.h Convert search result
- The implmentation is handled in such a way that object slicing is not an issue.
+ The implementation is handled in such a way that object slicing is not an issue.
It is not expected that client applications or backend plugins instantiate
a QPlaceSearchResult directly, but rather client applications simply convert
to search result subclasses and backend plugins only instantiate subclasses.