diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-15 14:58:38 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2017-03-16 10:50:26 +0000 |
commit | 15e3ce53283f288cb2c4c52acb203c9c281914ac (patch) | |
tree | 9df72cca5afd8dcbc70fcfba083b116c99431e84 /connectivity/source/manager/mdrivermanager.cxx | |
parent | 665d7a4e659114120009636aeb4049b10009f36e (diff) |
Fix typos
Change-Id: I1488e2147fa0cd4a821eb5bfe172a58a4e396ace
Reviewed-on: https://gerrit.libreoffice.org/35224
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'connectivity/source/manager/mdrivermanager.cxx')
-rw-r--r-- | connectivity/source/manager/mdrivermanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |