From 15e3ce53283f288cb2c4c52acb203c9c281914ac Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 15 Mar 2017 14:58:38 +0100 Subject: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1488e2147fa0cd4a821eb5bfe172a58a4e396ace Reviewed-on: https://gerrit.libreoffice.org/35224 Tested-by: Jenkins Reviewed-by: Björn Michaelsen --- connectivity/source/manager/mdrivermanager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity') diff --git a/connectivity/source/manager/mdrivermanager.cxx b/connectivity/source/manager/mdrivermanager.cxx index d04527f3530c..bbc6314d5e32 100644 --- a/connectivity/source/manager/mdrivermanager.cxx +++ b/connectivity/source/manager/mdrivermanager.cxx @@ -377,7 +377,7 @@ void OSDBCDriverManager::initializeDriverPrecedence() // move the DriverAccess pointed to by aPos.first to the position pointed to by aNoPrefDriversStart if ( aPos.first != aNoPrefDriversStart ) - { // if this does not hold, the DriverAccess alread has the correct position + { // if this does not hold, the DriverAccess already has the correct position // rotate the range [aNoPrefDriversStart, aPos.second) right 1 element std::rotate( aNoPrefDriversStart, aPos.second - 1, aPos.second ); -- cgit