From 20fb7614c72513de8355ad466421f698f515fc42 Mon Sep 17 00:00:00 2001 From: kh1 Date: Tue, 31 Jan 2012 12:17:17 +0100 Subject: Fix some typos. Change-Id: I9888074aa45b5fb4606354826ef3f62c6d7d97c6 Reviewed-by: Niels Weber --- installerbuilder/libinstaller/componentmodel.cpp | 2 +- installerbuilder/libinstaller/packagemanagergui.cpp | 2 +- 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; -- cgit v1.2.3