summaryrefslogtreecommitdiffstats
path: root/src/libs/installer
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2022-11-04 13:12:59 +0200
committerKatja Marttila <katja.marttila@qt.io>2022-11-04 13:28:10 +0200
commita952a967a276f4d06e66b99ebc561923717abff7 (patch)
tree19e04187956e082b18c663e740a8bf890a36be86 /src/libs/installer
parent32f16fc0cfb64a2623570ff0447b1aa9e3b2385a (diff)
Fix typos in documentation
Change-Id: I958043ec15b0ae8a31b3aa7a33166861bb0a3d41 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/libs/installer')
-rw-r--r--src/libs/installer/component.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{