diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-22 14:31:42 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-22 12:36:21 +0000 |
commit | aade27554d427649810f5635133519cadfa8002f (patch) | |
tree | 7f87acd42d9b3821f969444cc0a65e8f27988503 /connectivity | |
parent | eb0c9b43e7f09054a864eb44c24c43b27c0f21f5 (diff) |
Fix typos
Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b
Reviewed-on: https://gerrit.libreoffice.org/16408
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/MDriver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/MDriver.cxx b/connectivity/source/drivers/mozab/MDriver.cxx index 1781894654ed..5158191ed8f0 100644 --- a/connectivity/source/drivers/mozab/MDriver.cxx +++ b/connectivity/source/drivers/mozab/MDriver.cxx @@ -127,7 +127,7 @@ Reference< XConnection > SAL_CALL MozabDriver::connect( const OUString& url, con if (m_pCreationFunc) { ::osl::MutexGuard aGuard(m_aMutex); - //We must make sure we create an com.sun.star.mozilla.MozillaBootstrap brfore call any mozilla codes + //We must make sure we create an com.sun.star.mozilla.MozillaBootstrap before call any mozilla codes Reference<XInterface> xInstance = m_xMSFactory->createInstance("com.sun.star.mozilla.MozillaBootstrap"); OSL_ENSURE( xInstance.is(), "failed to create instance" ); |