From 866fc4ddd3145f08d9cf2bce3cba7e3844c4f76d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 14 Jan 2018 13:42:52 +0100 Subject: Fix typos Change-Id: Icc5fc590a6a90e30afa5f61028d4dd0279fbe120 Reviewed-on: https://gerrit.libreoffice.org/47861 Tested-by: Jenkins Reviewed-by: Julien Nabet --- connectivity/source/drivers/dbase/DTable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity') 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")) -- cgit