summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/componentmodel.cpp
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-01-31 12:17:17 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-01-31 14:00:24 +0100
commit20fb7614c72513de8355ad466421f698f515fc42 (patch)
treeb9477729f800cd26e0199a79db659fce1e12f13c /installerbuilder/libinstaller/componentmodel.cpp
parentb4d60f60c25ea76c1f3b8e9419303c29bedd7d69 (diff)
Fix some typos.
Change-Id: I9888074aa45b5fb4606354826ef3f62c6d7d97c6 Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/componentmodel.cpp')
-rw-r--r--installerbuilder/libinstaller/componentmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/componentmodel.cpp b/installerbuilder/libinstaller/componentmodel.cpp
index e297ad460..5587d1541 100644
--- a/installerbuilder/libinstaller/componentmodel.cpp
+++ b/installerbuilder/libinstaller/componentmodel.cpp
@@ -136,7 +136,7 @@ QModelIndex ComponentModel::index(int row, int column, const QModelIndex &parent
\note An \bold invalid QVariant is returned if the given index is invalid. \bold Qt::CheckStateRole is
only supported for the first column of the model. \bold Qt::EditRole, \bold Qt::DisplayRole and \bold
- Qt::ToolTipRole are specificly handled for columns greather than the first column and translate to \bold
+ Qt::ToolTipRole are specifically handled for columns greater than the first column and translate to \bold
Qt::UserRole \bold + \bold index.column().
*/