summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;