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