reference/sqlsrv/functions/sqlsrv-begin-transaction.xml
66fffcdfbb9d97a1618b9e47f9be19a83f80e32b
...
...
@@ -17,7 +17,7 @@
17
17
<function>sqlsrv_begin_transaction</function> and before calls to
18
18
<function>sqlsrv_rollback</function> or <function>sqlsrv_commit</function>.
19
19
Explicit transactions should be started and committed or rolled back using
20
-
these functions instead of executing SQL statements that begin and committ/roll
20
+
these functions instead of executing SQL statements that begin and commit/roll
21
21
back transactions. For more information, see
22
22
<link xlink:href="&url.sqlsrv.transaction.handling;">SQLSRV Transactions</link>.
23
23
</para>
24
24