diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-08-22 11:22:35 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-08-22 11:22:35 (GMT) |
commit | 2b18e27c041f17bbc8989aa0ef5363df34edb8e6 (patch) | |
tree | 484a943b81f79ae74aca22f6370b77dbea8c9050 /tools | |
parent | 4b90559d0a8b693241dd79682d0d31362497468b (diff) | |
parent | 9e88a2f1468b9a4f500b878f514db7f7a1f5eadc (diff) | |
download | Qt-2b18e27c041f17bbc8989aa0ef5363df34edb8e6.zip Qt-2b18e27c041f17bbc8989aa0ef5363df34edb8e6.tar.gz Qt-2b18e27c041f17bbc8989aa0ef5363df34edb8e6.tar.bz2 |
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qa-team
* 'master' of git://scm.dev.nokia.troll.no/qt/qt-qa-team:
Doc: Fixing typo
Diffstat (limited to 'tools')
-rw-r--r-- | tools/assistant/lib/qhelpsearchengine.cpp | 2 | ||||
-rw-r--r-- | tools/linguist/lupdate/cpp.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/assistant/lib/qhelpsearchengine.cpp b/tools/assistant/lib/qhelpsearchengine.cpp index c33fc96..65b1113 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(). diff --git a/tools/linguist/lupdate/cpp.cpp b/tools/linguist/lupdate/cpp.cpp index c7dd9fc..5bafd9d 100644 --- a/tools/linguist/lupdate/cpp.cpp +++ b/tools/linguist/lupdate/cpp.cpp @@ -283,7 +283,7 @@ private: bool findNamespaceCallback(const Namespace *ns, void *context) const; const Namespace *findNamespace(const NamespaceList &namespaces, int nsCount = -1) const; void enterNamespace(NamespaceList *namespaces, const HashString &name); - void truncateNamespaces(NamespaceList *namespaces, int lenght); + void truncateNamespaces(NamespaceList *namespaces, int length); Namespace *modifyNamespace(NamespaceList *namespaces, bool haveLast = true); enum { |