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>
This commit is contained in:
Andrea Gelmini
2015-09-30 15:00:24 +02:00
committed by Samuel Mehrbrodt
parent a50539e2aa
commit 3f6da86e9f
15 changed files with 17 additions and 17 deletions

View File

@@ -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( );