summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-01-22 14:45:51 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-01-24 12:26:22 +0100
commitb473896d31e4c198100fde582f5b4d12d8e2a1d7 (patch)
tree2485f02b8904f9beb0192e6f53c1f89642aac4cd /connectivity
parent210132187f5e7031ea31db9a5ca780affa57f922 (diff)
Fix typo
Change-Id: I8c6ec56681449c295b25890f94acfabcf77df4ec Reviewed-on: https://gerrit.libreoffice.org/66764 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx b/connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx
index 05ce8cfa9ecd..181410b7f3f3 100644
--- a/connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx
+++ b/connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx
@@ -113,7 +113,7 @@ class OResultSet final : public OBase_Mutex,
/**
* Check the following things:
- * - cursor is out of range. Throws expception if true.
+ * - cursor is out of range. Throws exception if true.
* - column index is out of range. Throws exception if true.
* - result set is fetched. If no, then it fetches the result.
*/