summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/installerfw.qdoc2
-rw-r--r--src/libs/installer/component.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 8709e5f39..a45ba0f9d 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -1879,7 +1879,7 @@
\section2 Getting the Maintenance Tool
The maintenance tool for Linux and Windows is the same as the \c installerbase
- executable located in your Qt Installer Framework's \c installation bin folder.
+ executable located in your Qt Installer Framework's installation \c bin folder.
For macOS the maintenance tool app bundle can be created using the \c binarycreator
tool with the command line switch \c --mt or \c --create-maintenancetool. The
name of the macOS app bundle can be configured in config.xml using
diff --git a/src/libs/installer/component.cpp b/src/libs/installer/component.cpp
index 08ab36a61..c570a5c1f 100644
--- a/src/libs/installer/component.cpp
+++ b/src/libs/installer/component.cpp
@@ -596,7 +596,7 @@ bool Component::treeNameMoveChildren() const
Loads the component script into the script engine. Call this method with
\c postLoad \c true to a list of components that are updated or installed
to improve performance if the amount of components is huge and there are no script
- functions that needs to be called before the installation starts.
+ functions that need to be called before the installation starts.
*/
void Component::loadComponentScript(const bool postLoad)
{