summaryrefslogtreecommitdiffstats
path: root/tools/assistant/tools/assistant/helpenginewrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assistant/tools/assistant/helpenginewrapper.cpp')
-rw-r--r--tools/assistant/tools/assistant/helpenginewrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/tools/assistant/helpenginewrapper.cpp b/tools/assistant/tools/assistant/helpenginewrapper.cpp
index a53a9eeaac..748ad2c29d 100644
--- a/tools/assistant/tools/assistant/helpenginewrapper.cpp
+++ b/tools/assistant/tools/assistant/helpenginewrapper.cpp
@@ -144,7 +144,7 @@ HelpEngineWrapper::HelpEngineWrapper(const QString &collectionFile)
/*
* Otherwise we will waste time if several new docs are found,
- * because we will start to index them, only to be interupted
+ * because we will start to index them, only to be interrupted
* by the next request. Also, there is a nasty SQLITE bug that will
* cause the application to hang for minutes in that case.
* This call is reverted by initalDocSetupDone(), which must be