diff options
author | Darrell Anderson <danderson@hushmail.com> | 2013-05-07 14:06:12 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 14:06:12 -0500 |
commit | be8413249bb8a6d8dc2cfc693d9c1037284fd251 (patch) | |
tree | 2d7f5cee057695baeee3f8d06629d37087cf25ed /doc | |
parent | 2a85fcbb5cafc25a750ce548123c8e7422793b3c (diff) | |
download | qt3-be8413249bb8a6d8dc2cfc693d9c1037284fd251.tar.gz qt3-be8413249bb8a6d8dc2cfc693d9c1037284fd251.zip |
Fix spelling mistakes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/qsqlcursor.html | 2 | ||||
-rw-r--r-- | doc/man/man3/qsqlcursor.3qt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qsqlcursor.html b/doc/html/qsqlcursor.html index 3111cc5..1caaaa7 100644 --- a/doc/html/qsqlcursor.html +++ b/doc/html/qsqlcursor.html @@ -386,7 +386,7 @@ record. <a name="x2446"></a> cur.<a href="#insert">insert</a>(); </pre> <p> In the above example, a cursor is created on the 'prices' table -and a pointer to the insert buffer is aquired using <a href="#primeInsert">primeInsert</a>(). +and a pointer to the insert buffer is acquired using <a href="#primeInsert">primeInsert</a>(). Each field's value is set to the desired value and then <a href="#insert">insert</a>() is called to insert the data into the database. Remember: all edit operations (insert(), <a href="#update">update</a>() and delete()) operate on the 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" |