summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-14 13:42:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-14 16:40:13 +0100
commit866fc4ddd3145f08d9cf2bce3cba7e3844c4f76d (patch)
treec7fe4c64765fe8e9cbac5b3df5045a0f6d71206a /connectivity
parenta452643b431803b613919871abf1a81de6de3464 (diff)
Fix typos
Change-Id: Icc5fc590a6a90e30afa5f61028d4dd0279fbe120 Reviewed-on: https://gerrit.libreoffice.org/47861 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/dbase/DTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx
index d1b751dc7e9e..eef8df9bb5e7 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -667,7 +667,7 @@ void ODbaseTable::refreshIndexes()
for (sal_uInt16 nKey = 0; nKey < nKeyCnt; nKey++)
{
- // Refences the key an index-file?
+ // References the key an index-file?
aKeyName = aInfFile.GetKeyName( nKey );
//...if yes, add the index list of the table
if (aKeyName.startsWith("NDX"))