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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 16 06:06:17 UTC 2019


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

New commits:
commit 9fd32f2fc806123fe267d1305c7039e39d2de77e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jan 14 18:36:53 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jan 16 07:05:53 2019 +0100

    Fix typo
    
    Change-Id: Ice8631e3a72f7ec0df571419f7766aa343a0191b
    Reviewed-on: https://gerrit.libreoffice.org/66414
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/connectivity/source/drivers/mysqlc/mysqlc_statement.cxx b/connectivity/source/drivers/mysqlc/mysqlc_statement.cxx
index ce970113945f..ef33d1431f72 100644
--- a/connectivity/source/drivers/mysqlc/mysqlc_statement.cxx
+++ b/connectivity/source/drivers/mysqlc/mysqlc_statement.cxx
@@ -289,7 +289,7 @@ sal_Bool OCommonStatement::convertFastPropertyValue(Any& /* rConvertedValue */,
 
 void OCommonStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const Any& /* rValue */)
 {
-    // set the value to what ever is necessary
+    // set the value to whatever is necessary
     switch (nHandle)
     {
         case PROPERTY_ID_QUERYTIMEOUT:


More information about the Libreoffice-commits mailing list