summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetacontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qmetacontainer.cpp')
-rw-r--r--src/corelib/kernel/qmetacontainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/kernel/qmetacontainer.cpp b/src/corelib/kernel/qmetacontainer.cpp
index c1a752bc1b..9dd5eaa99b 100644
--- a/src/corelib/kernel/qmetacontainer.cpp
+++ b/src/corelib/kernel/qmetacontainer.cpp
@@ -213,7 +213,7 @@ bool QMetaSequence::canRemoveValueAtBegin() const
/*!
Removes a value from the beginning of \a container if possible. If
- \l canRemoveValueAtBegin() returns \c false, the \a value is not removeed.
+ \l canRemoveValueAtBegin() returns \c false, the value is not removed.
\sa canRemoveValueAtBegin(), isSortable(), addValueAtBegin()
*/
@@ -267,7 +267,7 @@ bool QMetaSequence::canRemoveValueAtEnd() const
/*!
Removes a value from the end of \a container if possible. If
- \l canRemoveValueAtEnd() returns \c false, the \a value is not removeed.
+ \l canRemoveValueAtEnd() returns \c false, the value is not removed.
\sa canRemoveValueAtEnd(), isSortable(), addValueAtEnd()
*/