summaryrefslogtreecommitdiff
path: root/tools/assistant
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-08-16 15:27:45 +0200
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-08-17 15:42:45 +0200
commit9e88a2f1468b9a4f500b878f514db7f7a1f5eadc (patch)
tree589dd5fa9d8f3dc0171b4021c6a60e2d5cd27a64 /tools/assistant
parent3be7f871f07041477b5bca0182623b36afd2b3e6 (diff)
downloadqt4-tools-9e88a2f1468b9a4f500b878f514db7f7a1f5eadc.tar.gz
Doc: Fixing typo
Reducing the amount of spelling errors from NBN. Change-Id: I9b228bb95b4a757cff57595125009e70b0097d86 Reviewed-by: Rohan McGovern
Diffstat (limited to 'tools/assistant')
-rw-r--r--tools/assistant/lib/qhelpsearchengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/lib/qhelpsearchengine.cpp b/tools/assistant/lib/qhelpsearchengine.cpp
index c33fc96caf..65b1113543 100644
--- a/tools/assistant/lib/qhelpsearchengine.cpp
+++ b/tools/assistant/lib/qhelpsearchengine.cpp
@@ -272,7 +272,7 @@ private:
functionality to set up a proper search queries list that get's passed to the search engines
search() function.
- After the list of querys has been passed to the search engine, the signal searchingStarted()
+ After the list of queries have been passed to the search engine, the signal searchingStarted()
is emitted and after the search has finished the searchingFinished() signal is emitted. The
search process can be stopped by calling cancelSearching().