From 96771618f2413de849101b15344e1bb1fd1f7e7f Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 3 Mar 2014 22:59:27 +0100 Subject: Fix some typos in comments and documentation Change-Id: I8541601c0bfe2b7c80e88b4617e8215b266fb0bd Reviewed-by: Mitch Curtis --- examples/sensors/maze/LabyrinthSquare.qml | 2 +- examples/sensors/sensor_explorer/import/sensoritem.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/sensors/maze/LabyrinthSquare.qml b/examples/sensors/maze/LabyrinthSquare.qml index 56b834a..9fa1909 100644 --- a/examples/sensors/maze/LabyrinthSquare.qml +++ b/examples/sensors/maze/LabyrinthSquare.qml @@ -55,7 +55,7 @@ Rectangle { property int val: 0 property AnimatedImage picture: img - //Dependend of its position and the labyrinth value a square can be the start, cheese, empty or a wall + //Dependent of its position and the labyrinth value a square can be the start, cheese, empty or a wall AnimatedImage { id: img anchors.fill: parent diff --git a/examples/sensors/sensor_explorer/import/sensoritem.cpp b/examples/sensors/sensor_explorer/import/sensoritem.cpp index 1b14c6a..c207d93 100644 --- a/examples/sensors/sensor_explorer/import/sensoritem.cpp +++ b/examples/sensors/sensor_explorer/import/sensoritem.cpp @@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE /* \class QSensorItem - \brief The QSensorItem type provides information about the meta-datas from a sensors installed on the system. + \brief The QSensorItem type provides information about the metadata from a sensors installed on the system. */ /* @@ -118,7 +118,7 @@ void QSensorItem::changePropertyValue(QPropertyInfo* property, const QString& va } /* - Reading the meta-datas and activates the sensor. + Reading the metadata and activates the sensor. */ void QSensorItem::select() { @@ -255,7 +255,7 @@ bool QSensorItem::isWriteable(const QString& propertyname) } /* - Convert the variant \a val dependend on the type \a type and returns the converted value as a QString + Convert the variant \a val dependent on the type \a type and returns the converted value as a QString */ QString QSensorItem::convertValue(const QString& type, const QVariant& val) { -- cgit v1.2.1