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 /src | |
parent | 2a85fcbb5cafc25a750ce548123c8e7422793b3c (diff) | |
download | qt3-be8413249bb8a6d8dc2cfc693d9c1037284fd251.tar.gz qt3-be8413249bb8a6d8dc2cfc693d9c1037284fd251.zip |
Fix spelling mistakes
Diffstat (limited to 'src')
-rw-r--r-- | src/kernel/qinternal.cpp | 2 | ||||
-rw-r--r-- | src/sql/qsqlcursor.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qinternal.cpp b/src/kernel/qinternal.cpp index cf1e037..dfb2abc 100644 --- a/src/kernel/qinternal.cpp +++ b/src/kernel/qinternal.cpp @@ -497,7 +497,7 @@ void QSharedDoubleBuffer::flush() } /* \internal - Aquire ownership of the shared double buffer pixmap, subject to the + Acquire ownership of the shared double buffer pixmap, subject to the following conditions: \list 1 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 |