summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase/tabcontroller.cpp
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2011-09-08 17:04:49 +0200
committerKarsten Heimrich <karsten.heimrich@nokia.com>2011-09-08 17:29:23 +0200
commit14e954558590045ff1fcd34321b8313ba35a5996 (patch)
tree1001f5b083de034d881f20a3726364389acce6c3 /installerbuilder/installerbase/tabcontroller.cpp
parente9f47e90b24de109276de97e2d2e18ea8c11bdaf (diff)
Fix some spelling errors.
Change-Id: Ic744d6f0a5abd9ab311690e7a0c66832cb60f94a Reviewed-on: http://codereview.qt-project.org/4475 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'installerbuilder/installerbase/tabcontroller.cpp')
-rw-r--r--installerbuilder/installerbase/tabcontroller.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/installerbuilder/installerbase/tabcontroller.cpp b/installerbuilder/installerbase/tabcontroller.cpp
index c3475f59d..58f0622b0 100644
--- a/installerbuilder/installerbase/tabcontroller.cpp
+++ b/installerbuilder/installerbase/tabcontroller.cpp
@@ -121,7 +121,7 @@ int TabController::init()
{
if (!d->m_init) {
d->m_init = true;
- // this should called as early as possible, to handle error messageboxes for example
+ // this should called as early as possible, to handle error message boxes for example
if (!d->m_controlScript.isEmpty()) {
QInstaller::verbose() << "Non-interactive installation using script: "
<< qPrintable(d->m_controlScript) << std::endl;
@@ -176,7 +176,7 @@ int TabController::initUpdater()
}
// Initialize the gui. Needs to be done after check repositories as only then the ui can handle
- // hide of pages depenging on the components.
+ // hide of pages depending on the components.
d->m_gui->init();
d->m_gui->callControlScriptMethod(QLatin1String("UpdaterSelectedCallback"));
d->m_gui->triggerControlScriptForCurrentPage();
@@ -247,7 +247,7 @@ int TabController::initPackageManager()
}
// Initialize the gui. Needs to be done after check repositories as only then the ui can handle
- // hide of pages depenging on the components.
+ // hide of pages depending on the components.
d->m_gui->init();
d->m_gui->callControlScriptMethod(QLatin1String("PackageManagerSelectedCallback"));
d->m_gui->triggerControlScriptForCurrentPage();