summaryrefslogtreecommitdiffstats
path: root/installerbuilder
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2011-10-19 15:14:29 +0200
committerKarsten Heimrich <karsten.heimrich@nokia.com>2011-10-20 15:50:04 +0200
commit5b24a2a206051846c260637032a250a51312ad4a (patch)
treecda411edc4b0094ed18cf50546f0f9745516cc2b /installerbuilder
parente942918cdd6ca268d3613d6dbf5abb6ca97d58a9 (diff)
Fix some typos.
Change-Id: Ibe7826d2d378bf89cf7e422f0a9db4e77c23dd54 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'installerbuilder')
-rw-r--r--installerbuilder/libinstaller/component.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/installerbuilder/libinstaller/component.cpp b/installerbuilder/libinstaller/component.cpp
index fb0f7d8b4..2a56f1fb9 100644
--- a/installerbuilder/libinstaller/component.cpp
+++ b/installerbuilder/libinstaller/component.cpp
@@ -574,7 +574,7 @@ void Component::createOperationsForPath(const QString &path)
}
/*!
- Creates all operations needed to install this component's \a archive. This metods gets called
+ Creates all operations needed to install this component's \a archive. This method gets called
from Component::createOperations. You can override this method by providing a method with the
same name in the component script.
@@ -669,7 +669,7 @@ void Component::addDownloadableArchive(const QString &path)
/*!
Removes the archive \a path previously added via addDownloadableArchive from this component.
- This can oly be called when this component was downloaded from an online repository.
+ This can only be called when this component was downloaded from an online repository.
Read \ref sec_repogen for details.
*/