[Libreoffice-commits] core.git: connectivity/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 24 11:26:48 UTC 2019


 connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b473896d31e4c198100fde582f5b4d12d8e2a1d7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jan 22 14:45:51 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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.
      */


More information about the Libreoffice-commits mailing list