summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 15:00:24 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 13:05:20 +0000
commit3f6da86e9fb9390d7c9f97769a79bddb265e43b4 (patch)
tree5d62edddedf3934bfc3318a258055539d94337a7 /connectivity/source/drivers/postgresql
parenta50539e2aa79bfef74c1100c252020972d436e77 (diff)
Fix typos
Change-Id: I13c3dc33722f139582f27412d5d336264d3d15a3 Reviewed-on: https://gerrit.libreoffice.org/18942 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'connectivity/source/drivers/postgresql')
-rw-r--r--connectivity/source/drivers/postgresql/pq_tools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_tools.hxx b/connectivity/source/drivers/postgresql/pq_tools.hxx
index f08cebcd16d3..8fa7656dc30f 100644
--- a/connectivity/source/drivers/postgresql/pq_tools.hxx
+++ b/connectivity/source/drivers/postgresql/pq_tools.hxx
@@ -156,7 +156,7 @@ class TransactionGuard
com::sun::star::uno::Reference< com::sun::star::sdbc::XStatement > m_stmt;
bool m_commited;
public:
- /// takes over ownership of given statemet
+ /// takes over ownership of given statement
explicit TransactionGuard( const com::sun::star::uno::Reference< com::sun::star::sdbc::XStatement > &stmt );
~TransactionGuard( );