summaryrefslogtreecommitdiffstats
path: root/src/tools/qgpluginmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qgpluginmanager.cpp')
-rw-r--r--src/tools/qgpluginmanager.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/qgpluginmanager.cpp b/src/tools/qgpluginmanager.cpp
index 39bd4cdf..6b22e3b9 100644
--- a/src/tools/qgpluginmanager.cpp
+++ b/src/tools/qgpluginmanager.cpp
@@ -16,7 +16,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -71,7 +71,7 @@
/*
Every character is assigned to one of 20 buckets so that the
- co-occurrence matrix retquires only 20 * 20 = 400 bits, not
+ co-occurrence matrix requires only 20 * 20 = 400 bits, not
256 * 256 = 65536 bits or even more if we want the whole Unicode.
Which character falls in which bucket is arbitrary.
@@ -131,7 +131,7 @@ class TQCoMatrix
{
public:
/*
- The matrix has 20 * 20 = 400 entries. This retquires 50 bytes, or
+ The matrix has 20 * 20 = 400 entries. This requires 50 bytes, or
13 words. Some operations are performed on words for more
efficiency.
*/
@@ -270,7 +270,7 @@ static int similarity( const TQString& s1, const TQString& s2 )
If \a cs is FALSE the manager will handle feature strings case insensitive.
\warning
- Setting the cs flag to FALSE retquires that components also convert to lower case when comparing with passed strings, so this has
+ Setting the cs flag to FALSE requires that components also convert to lower case when comparing with passed strings, so this has
to be handled with care and documented very well.
\sa TQApplication::libraryPaths()