diff options
-rw-r--r-- | connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx | 2 |
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. */ |