summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-01-31 12:16:44 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-01-31 14:25:33 +0100
commitf8a0ef7cb9300a243f8b22f6ef96c6a0671eff6b (patch)
tree141f861ceb1d1df75b4e26850d6fa83f1f9c0353 /doc
parente2c08cab23b535cf878073398bc937b0f03edb87 (diff)
Update documentation, fix typo.
Change-Id: I197e7aa168adf7567415864fa3f433d4a1deb356 Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc2
-rw-r--r--doc/tutorial.qdoc4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 1a5bf3ed1..c1fd66b58 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -413,7 +413,7 @@
sections that each specify the license \c name and \c file.
If there are translations listed for this component, the installer
will also look for translated licenses. These need to have the
- same name as the originial license file but with an added
+ same name as the original license file but with an added
locale identifier.
If for example the license file is called license.txt and there is
German translation specified, the installer will also include
diff --git a/doc/tutorial.qdoc b/doc/tutorial.qdoc
index 24b620695..6f6cae7c3 100644
--- a/doc/tutorial.qdoc
+++ b/doc/tutorial.qdoc
@@ -178,12 +178,12 @@
\o On Windows:
\code
- ..\..\bin\binarycreator.exe -c config -p packages YourInstaller.exe com.vendor.product
+ ..\..\bin\binarycreator.exe -c config\config.xml -p packages YourInstaller.exe
\endcode
\o On Linux or Mac OS X:
\code
- ../../bin/binarycreator -c config -p packages YourInstaller com.vendor.product
+ ../../bin/binarycreator -c config\config.xml -p packages YourInstaller
\endcode
\endlist