[Libreoffice-commits] .: connectivity/source
Takeshi Abe
tabe at kemper.freedesktop.org
Wed Aug 3 08:16:10 PDT 2011
connectivity/source/manager/mdrivermanager.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5e757a1bc59d19090cd0ffdff7f24dc3d8091681
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Tue Aug 2 04:05:37 2011 +0900
fixed typo
diff --git a/connectivity/source/manager/mdrivermanager.cxx b/connectivity/source/manager/mdrivermanager.cxx
index 89feab7..d71eb86 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
More information about the Libreoffice-commits
mailing list