src/declarative/util/qlistmodelinterface.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
--- a/src/declarative/util/qlistmodelinterface.cpp	Fri Sep 17 08:34:18 2010 +0300
+++ b/src/declarative/util/qlistmodelinterface.cpp	Mon Oct 04 01:19:32 2010 +0300
@@ -71,7 +71,7 @@
 */
 
 /*! \fn QHash<int,QVariant> QListModelInterface::data(int index, const QList<int>& roles) const
-  Returns the data at the given \a index for the specifed \a roles.
+  Returns the data at the given \a index for the specified \a roles.
 */
 
 /*! \fn bool QListModelInterface::setData(int index, const QHash<int,QVariant>& values)