summaryrefslogtreecommitdiffstats
path: root/installerbuilder/common/binaryformat.cpp
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-02-09 13:46:55 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-02-09 13:59:36 +0100
commit3fb816a52e43dcdd0cef0440f05e1e64918a39ae (patch)
treef7902e4dd1495e1e69047e2a43282be9a5c3313e /installerbuilder/common/binaryformat.cpp
parent59c00c76c97fcd6e9724edd2dba2d9422adec2bc (diff)
Fix typo.
Change-Id: I949769490de2d2597cfa43217cfd916789c02243 Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
Diffstat (limited to 'installerbuilder/common/binaryformat.cpp')
-rw-r--r--installerbuilder/common/binaryformat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/common/binaryformat.cpp b/installerbuilder/common/binaryformat.cpp
index 612880293..851225a2b 100644
--- a/installerbuilder/common/binaryformat.cpp
+++ b/installerbuilder/common/binaryformat.cpp
@@ -305,7 +305,7 @@ Archive::~Archive()
/*!
Copies the archives contents to the path \a name.
- If the archive is a zipped directory, \a name is threated as a directory. The archive gets extracted there.
+ If the archive is a zipped directory, \a name is treated as a directory. The archive gets extracted there.
If the archive is a plain file and \a name an existing directory, it gets created
with it's name. Otherwise it gets saved as \a name.