1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 06:07:39 +02:00
This commit is contained in:
David Grudl
2009-06-30 14:08:49 +00:00
parent 6f4641c3ee
commit 6ff605ef0a
12 changed files with 36 additions and 36 deletions

View File

@@ -151,7 +151,7 @@ interface IDibiDriver
/**
* Begins a transaction (if supported).
* @param string optinal savepoint name
* @param string optional savepoint name
* @return void
* @throws DibiDriverException
*/
@@ -159,7 +159,7 @@ interface IDibiDriver
/**
* Commits statements in a transaction.
* @param string optinal savepoint name
* @param string optional savepoint name
* @return void
* @throws DibiDriverException
*/
@@ -167,7 +167,7 @@ interface IDibiDriver
/**
* Rollback changes in a transaction.
* @param string optinal savepoint name
* @param string optional savepoint name
* @return void
* @throws DibiDriverException
*/