improve documentation language style
authorMark Brand <mabrand@mabrand.nl>
Mon, 20 Feb 2012 21:17:11 +0000 (22:17 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 23 Feb 2012 22:42:17 +0000 (23:42 +0100)
Change-Id: Ic7daa90fff764578bd8122986a73c2ea6280e784
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
src/sql/models/qsqltablemodel.cpp

index 932bbbf..5c84dda 100644 (file)
@@ -659,7 +659,7 @@ bool QSqlTableModel::deleteRowFromTable(int row)
 
     Note: In OnManualSubmit mode, already submitted changes won't
     be cleared from the cache when submitAll() fails. This allows
-    transactions to be rolled back and resubmitted again without
+    transactions to be rolled back and resubmitted without
     losing data.
 
     \sa revertAll(), lastError()