summaryrefslogtreecommitdiffstats
path: root/src/tools/qptrcollection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qptrcollection.cpp')
-rw-r--r--src/tools/qptrcollection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qptrcollection.cpp b/src/tools/qptrcollection.cpp
index d2f4fde6..bc6e9454 100644
--- a/src/tools/qptrcollection.cpp
+++ b/src/tools/qptrcollection.cpp
@@ -18,7 +18,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:
@@ -58,7 +58,7 @@
A collection is implemented using the \c Item (generic collection
item) type, which is a \c void*. The template classes that create
- the real collections cast the \c Item to the retquired type.
+ the real collections cast the \c Item to the required type.
*/