documentation: grammar nitpick
authorMark Brand <mabrand@mabrand.nl>
Wed, 29 Aug 2012 09:00:13 +0000 (11:00 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 29 Aug 2012 12:04:09 +0000 (14:04 +0200)
Change-Id: Ibf16731f04f2c53adeff1b8b1fcc6f1555e3613d
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Bill King <bill.king@nokia.com>
src/sql/models/qsqlquerymodel.cpp

index 7237673..5f01881 100644 (file)
@@ -138,7 +138,7 @@ void QSqlQueryModelPrivate::initColOffsets(int size)
     data before showing it to the user, and how to create a
     read-write model based on QSqlQueryModel.
 
-    If the database doesn't return the amount of selected rows in
+    If the database doesn't return the number of selected rows in
     a query, the model will fetch rows incrementally.
     See fetchMore() for more information.
 
@@ -236,8 +236,8 @@ void QSqlQueryModel::endResetModel()
     \since 4.1
 
     If the database supports returning the size of a query
-    (see QSqlDriver::hasFeature()), the amount of rows of the current
-    query is returned. Otherwise, returns the amount of rows
+    (see QSqlDriver::hasFeature()), the number of rows of the current
+    query is returned. Otherwise, returns the number of rows
     currently cached on the client.
 
     \a parent should always be an invalid QModelIndex.