summaryrefslogtreecommitdiff
path: root/mysqlc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-12 15:57:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-12 15:57:36 +0200
commita6060e02f7f8c1966e5f54bbe186a445a74942e7 (patch)
tree8470b22058db0c7427fc782543aa68abe90d5508 /mysqlc
parent9624bde1c36a3c1b86d8d88f97bc729ac4d65853 (diff)
Fix typo relase_ChildImpl -> release_ChildImpl
Change-Id: I68faf8cfb8eb390e7970383b8a6596a9dd3f95f7
Diffstat (limited to 'mysqlc')
-rw-r--r--mysqlc/source/mysqlc_connection.cxx2
-rw-r--r--mysqlc/source/mysqlc_statement.cxx2
-rw-r--r--mysqlc/source/mysqlc_subcomponent.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/mysqlc/source/mysqlc_connection.cxx b/mysqlc/source/mysqlc_connection.cxx
index 3534ab208a36..4afced00bf56 100644
--- a/mysqlc/source/mysqlc_connection.cxx
+++ b/mysqlc/source/mysqlc_connection.cxx
@@ -86,7 +86,7 @@ void SAL_CALL OConnection::release()
throw()
{
OSL_TRACE("OConnection::release");
- relase_ChildImpl();
+ release_ChildImpl();
}
void OConnection::construct(const rtl::OUString& url, const Sequence< PropertyValue >& info)
diff --git a/mysqlc/source/mysqlc_statement.cxx b/mysqlc/source/mysqlc_statement.cxx
index 637b81bc7da7..ffa96ef99255 100644
--- a/mysqlc/source/mysqlc_statement.cxx
+++ b/mysqlc/source/mysqlc_statement.cxx
@@ -414,7 +414,7 @@ void SAL_CALL OCommonStatement::release()
throw()
{
OSL_TRACE("OCommonStatement::release");
- relase_ChildImpl();
+ release_ChildImpl();
}
void SAL_CALL OStatement::acquire()
diff --git a/mysqlc/source/mysqlc_subcomponent.hxx b/mysqlc/source/mysqlc_subcomponent.hxx
index f0cc68a4e6d5..384eeeec923c 100644
--- a/mysqlc/source/mysqlc_subcomponent.hxx
+++ b/mysqlc/source/mysqlc_subcomponent.hxx
@@ -79,7 +79,7 @@ namespace connectivity
::osl::MutexGuard aGuard(m_pDerivedImplementation->rBHelper.rMutex);
m_xParent = nullptr;
}
- void relase_ChildImpl()
+ void release_ChildImpl()
{
release(m_pDerivedImplementation->m_refCount,
m_pDerivedImplementation->rBHelper,