diff options
Diffstat (limited to 'qtools/qlist.doc')
-rw-r--r-- | qtools/qlist.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qlist.doc b/qtools/qlist.doc index 6b4278c..59cc971 100644 --- a/qtools/qlist.doc +++ b/qtools/qlist.doc @@ -168,7 +168,7 @@ /*! \fn bool QList::operator==(const QList<type> &list ) const - Compares this list with \a list. Retruns TRUE if the lists + Compares this list with \a list. Returns TRUE if the lists contain the same data, else FALSE. */ |