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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Mar 9 07:53:06 UTC 2019


 dbaccess/source/core/api/RowSet.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a283db9b6553b232a29560dcc427329e5246f0ca
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Mar 4 13:13:49 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Mar 9 08:52:44 2019 +0100

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

diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index ceb274021843..397e9246f8fe 100644
--- a/dbaccess/source/core/api/RowSet.cxx
+++ b/dbaccess/source/core/api/RowSet.cxx
@@ -1755,7 +1755,7 @@ void ORowSet::impl_initializeColumnSettings_nothrow( const Reference< XPropertyS
         return;
 
     // the template column could not provide *any* setting. Okay, probably it's a parser column, which
-    // does not offer those. However, perhaps the template column referes to a table column, which we
+    // does not offer those. However, perhaps the template column refers to a table column, which we
     // can use as new template column
     try
     {


More information about the Libreoffice-commits mailing list