From 169c39ae6bbaebe196124073af401a06ed381e65 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 7 May 2013 14:06:12 -0500 Subject: Fix spelling mistakes (cherry picked from commit be8413249bb8a6d8dc2cfc693d9c1037284fd251) --- doc/man/man3/qsqlcursor.3qt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man/man3') diff --git a/doc/man/man3/qsqlcursor.3qt b/doc/man/man3/qsqlcursor.3qt index c7067de..0a97aec 100644 --- a/doc/man/man3/qsqlcursor.3qt +++ b/doc/man/man3/qsqlcursor.3qt @@ -376,7 +376,7 @@ If \fIinvalidate\fR is TRUE (the default), the cursor will no longer be position cur.insert(); .fi .PP -In the above example, a cursor is created on the 'prices' table and a pointer to the insert buffer is aquired 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 contents of the cursor edit buffer and not on the contents of the cursor itself. +In the above example, a cursor is created on the 'prices' table 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 contents of the cursor edit buffer and not on the contents of the cursor itself. .PP See also setMode() and lastError(). .SH "bool QSqlCursor::isCalculated ( const QString & name ) const" -- cgit v1.2.1