summaryrefslogtreecommitdiffstats
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
parentb4d60f60c25ea76c1f3b8e9419303c29bedd7d69 (diff)
Fix some typos.
Change-Id: I9888074aa45b5fb4606354826ef3f62c6d7d97c6 Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
-rw-r--r--installerbuilder/libinstaller/componentmodel.cpp2
-rw-r--r--installerbuilder/libinstaller/packagemanagergui.cpp2
2 files changed, 2 insertions, 2 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().
*/
diff --git a/installerbuilder/libinstaller/packagemanagergui.cpp b/installerbuilder/libinstaller/packagemanagergui.cpp
index ce00b41f7..df1520146 100644
--- a/installerbuilder/libinstaller/packagemanagergui.cpp
+++ b/installerbuilder/libinstaller/packagemanagergui.cpp
@@ -1212,7 +1212,7 @@ void ComponentSelectionPage::entering()
QT_TR_NOOP("Please select the components you want to update."),
QT_TR_NOOP("Please select the components you want to install."),
QT_TR_NOOP("Please select the components you want to uninstall."),
- QT_TR_NOOP("Select the components to install. Deselect installed components to unistall them.")
+ QT_TR_NOOP("Select the components to install. Deselect installed components to uninstall them.")
};
int index = 0;