summaryrefslogtreecommitdiffstats
path: root/src/imports/location/declarativeplaces/qdeclarativeplace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/declarativeplaces/qdeclarativeplace.cpp')
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativeplace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/location/declarativeplaces/qdeclarativeplace.cpp b/src/imports/location/declarativeplaces/qdeclarativeplace.cpp
index a2199483..6a0a0115 100644
--- a/src/imports/location/declarativeplaces/qdeclarativeplace.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativeplace.cpp
@@ -718,9 +718,9 @@ void QDeclarativePlace::finished()
void QDeclarativePlace::contactsModified(const QString &key, const QVariant &value)
{
//TODO: This is a workaround to allow an assignment of a single contact detail
- // to be treated as an asignment of a list with a single element.
+ // to be treated as an assignment of a list with a single object.
// A proper solution is to inherit off QQmlPropertyMap
- // and override the write behaviour but this can only be done
+ // and override the write behavior but this can only be done
// when QTBUG-23183 is complete.
if (value.userType() == QMetaType::QObjectStar) {
QDeclarativeContactDetail *detail = qobject_cast<QDeclarativeContactDetail *>(value.value<QObject *>());