summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:24:24 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:39:35 +0000
commit5bea199bae9986d7276a9b2379a577c6cea552ed (patch)
treecd9b75f7cb39b29a7a27244da2a187c224320613 /odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
parent51d996354f11048d7759cd7e206a2383421c2c81 (diff)
Fix typos
Change-Id: Ic6c41fbcc36c11a7528cde0986593a39c2d6738b Reviewed-on: https://gerrit.libreoffice.org/34803 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx')
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
index 860a907bcec9..4db2f20a1e47 100644
--- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
+++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SConnection.cxx
@@ -379,7 +379,7 @@ void OConnection::buildTypeInfo() throw( SQLException)
void OConnection::disposing()
{
- // we noticed that we should be destroied in near future so we have to dispose our statements
+ // we noticed that we should be destroyed in near future so we have to dispose our statements
::osl::MutexGuard aGuard(m_aMutex);
for (OWeakRefArray::iterator i = m_aStatements.begin(); m_aStatements.end() != i; ++i)