diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-04 13:13:49 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-09 08:52:44 +0100 |
commit | a283db9b6553b232a29560dcc427329e5246f0ca (patch) | |
tree | 88c0ae86d1f34d170c42203e27373277c05ee479 /dbaccess/source | |
parent | 4c67df150f8d0f1285c8090a8c00e285fb947c4a (diff) |
Fix typo
Change-Id: Idb164537abb0011b223b952df1dc2fc9cc414904
Reviewed-on: https://gerrit.libreoffice.org/68955
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/core/api/RowSet.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |