diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-16 20:47:14 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-16 20:47:50 (GMT) |
commit | e963a1365d495649a1c8930f4776c78781218881 (patch) | |
tree | a6ad2aaa366610a59b20afa11cae881f77b6eb98 /tools | |
parent | a40e77495612db0b89730debbacc585a22d0eb3a (diff) | |
download | Qt-e963a1365d495649a1c8930f4776c78781218881.zip Qt-e963a1365d495649a1c8930f4776c78781218881.tar.gz Qt-e963a1365d495649a1c8930f4776c78781218881.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'tools')
-rw-r--r-- | tools/assistant/tools/assistant/helpenginewrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/tools/assistant/helpenginewrapper.cpp b/tools/assistant/tools/assistant/helpenginewrapper.cpp index a53a9ee..748ad2c 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 |