diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-08-02 04:05:37 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-08-04 00:15:24 +0900 |
commit | 5b7e8986ff3de33886939fc39c5a0a48cb03bd1b (patch) | |
tree | 831388eaf380c40aa0c738df5378461b76303279 /connectivity | |
parent | 4c3f33d8d54756d3988c4d4c848712b31027f919 (diff) |
fixed typo
Diffstat (limited to 'connectivity')
-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 c3122159ccc3..be2df41e1744 100644 --- a/connectivity/source/manager/mdrivermanager.cxx +++ b/connectivity/source/manager/mdrivermanager.cxx @@ -495,7 +495,7 @@ Reference< XEnumeration > SAL_CALL OSDBCDriverManager::createEnumeration( ) thr ODriverEnumeration::DriverArray aDrivers; - // ensure that all our bootstrapped drivers are insatntiated + // ensure that all our bootstrapped drivers are instantiated ::std::for_each( m_aDriversBS.begin(), m_aDriversBS.end(), EnsureDriver() ); // copy the bootstrapped drivers |