summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2011-12-01 19:22:22 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-05 10:48:37 +0100
commitbae85d2f0e568bde31c81091431d9db75799a153 (patch)
tree5020960e7b2f3d1f2958b5322948d8e9db87df4c /src/sql
parent260a2e52b2ab58bb6e27bb4915ebc2196fd1f2d4 (diff)
Fix typos in Sqlite docs.
Change-Id: I4a57e9e37831c135b1ad620c8c9586a5eea76220 Reviewed-by: Richard J. Moore <rich@kde.org> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src/sql')
-rw-r--r--src/sql/kernel/qsqlquery.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/kernel/qsqlquery.cpp b/src/sql/kernel/qsqlquery.cpp
index fda6301bc0..74812b5bb7 100644
--- a/src/sql/kernel/qsqlquery.cpp
+++ b/src/sql/kernel/qsqlquery.cpp
@@ -339,7 +339,7 @@ bool QSqlQuery::isNull(int field) const
called.
For SQLite, the query string can contain only one statement at a time.
- If more than one statements is give, the function returns false.
+ If more than one statement is given, the function returns false.
Example:
@@ -891,7 +891,7 @@ void QSqlQuery::clear()
will fail.
For SQLite, the query string can contain only one statement at a time.
- If more than one statements are give, the function returns false.
+ If more than one statement is given, the function returns false.
Example: