connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b473896d31e4c198100fde582f5b4d12d8e2a1d7 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Jan 22 14:45:51 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu Jan 24 12:26:22 2019 +0100 Fix typo Change-Id: I8c6ec56681449c295b25890f94acfabcf77df4ec Reviewed-on: https://gerrit.libreoffice.org/66764 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> 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. */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
