summaryrefslogtreecommitdiff
path: root/src/assistant
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-06-20 18:22:12 +0200
committerKai Köhne <kai.koehne@qt.io>2022-06-22 09:34:46 +0200
commitfb6e098296e029b72e7606d10a99ebccfda76242 (patch)
tree76638234bb23d16214707ddef4f52c8b9d505ee0 /src/assistant
parente4ebb97fe3bb154897394b94473848992f83cf99 (diff)
downloadqttools-fb6e098296e029b72e7606d10a99ebccfda76242.tar.gz
Doc: Fix typo
Pick-to: 6.4 Change-Id: Iad35cbe157b10bd7636186c8a27d7381fdbfe043 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
Diffstat (limited to 'src/assistant')
-rw-r--r--src/assistant/help/qhelpenginecore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpenginecore.cpp b/src/assistant/help/qhelpenginecore.cpp
index a75b5a53e..5d05e07c7 100644
--- a/src/assistant/help/qhelpenginecore.cpp
+++ b/src/assistant/help/qhelpenginecore.cpp
@@ -77,7 +77,7 @@ void QHelpEngineCorePrivate::errorReceived(const QString &msg)
The core help engine can be used to perform different tasks.
By calling documentsForIdentifier() the engine returns
URLs specifying the file locations inside the help system. The
- actual file data can then be retrived by calling fileData().
+ actual file data can then be retrieved by calling fileData().
The help engine can contain any number of custom filters.
The management of the filters, including adding new filters,