summaryrefslogtreecommitdiffstats
path: root/src/sql/qsqlcursor.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <danderson@hushmail.com>2013-05-07 14:06:12 -0500
committerSlávek Banko <slavek.banko@axis.cz>2013-05-08 01:43:38 +0200
commit169c39ae6bbaebe196124073af401a06ed381e65 (patch)
tree6b8db151e02edd450a5f76dda56c7cb85858d91c /src/sql/qsqlcursor.cpp
parentd2240de110fbd429843355d10bf712906c026405 (diff)
downloadqt3-169c39ae6bbaebe196124073af401a06ed381e65.tar.gz
qt3-169c39ae6bbaebe196124073af401a06ed381e65.zip
Fix spelling mistakesv3.5.13.2
(cherry picked from commit be8413249bb8a6d8dc2cfc693d9c1037284fd251)
Diffstat (limited to 'src/sql/qsqlcursor.cpp')
-rw-r--r--src/sql/qsqlcursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/qsqlcursor.cpp b/src/sql/qsqlcursor.cpp
index a1be1f8..2ed963c 100644
--- a/src/sql/qsqlcursor.cpp
+++ b/src/sql/qsqlcursor.cpp
@@ -1007,7 +1007,7 @@ QString QSqlCursor::toString( const QSqlIndex& i, QSqlRecord* rec, const QString
\printuntil insert
In the above example, a cursor is created on the 'prices' table
- and a pointer to the insert buffer is aquired using primeInsert().
+ and a pointer to the insert buffer is acquired using primeInsert().
Each field's value is set to the desired value and then insert()
is called to insert the data into the database. Remember: all edit
operations (insert(), update() and delete()) operate on the