summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/mozillasrc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:21:49 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-03 09:02:48 +0000
commit87dc6c82d5cd174ae2384b66a203a93402b43291 (patch)
tree27d9e9444993c4c858b8b64818c073d389594408 /connectivity/source/drivers/mozab/mozillasrc
parent6e7991dfd8c54a833f4a9795a0d57f4690e92e6b (diff)
Fix typos
Change-Id: Ideb5688a8c9e7cf10038f2e9d00991e8653b1875 Reviewed-on: https://gerrit.libreoffice.org/16706 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'connectivity/source/drivers/mozab/mozillasrc')
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx2
-rw-r--r--connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx b/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx
index 5c1814f0b3fb..912516344715 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx
@@ -547,7 +547,7 @@ sal_Bool MDatabaseMetaDataHelper::getTableStrings( OConnection*
m_bProfileExists = sal_False;
//If there are no profiles for this product
//Or the given profile name does not found
- //We will reaise a "No Addressbook Directories Exist" error
+ //We will raise a "No Addressbook Directories Exist" error
if ( xMozillaBootstrap->getProfileCount(m_ProductType) == 0 ||
( !m_ProfileName.isEmpty() && xMozillaBootstrap->getProfilePath(m_ProductType,m_ProfileName).isEmpty()))
m_bProfileExists = sal_False;
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx b/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx
index 797575818056..b1190dbeaa53 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx
@@ -431,7 +431,7 @@ sal_Int32 MQuery::executeQueryProxied(OConnection* _pCon)
return -1;
- //insert ldap bind info to mozilla profile(in memery,none saved),so we can use it in mozilla part codes
+ //insert ldap bind info to mozilla profile(in memory, none saved), so we can use it in mozilla part codes
if (_pCon->isLDAP())
{
rv = InsertLoginInfo(_pCon);