浏览代码

Fixed typo. Refs #21836.

Aymeric Augustin 11 年之前
父节点
当前提交
8e1fc03491
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/db/transactions.txt

+ 1 - 1
docs/topics/db/transactions.txt

@@ -240,7 +240,7 @@ back.
 This isn't always convenient for application developers. To alleviate this
 This isn't always convenient for application developers. To alleviate this
 problem, most databases provide an autocommit mode. When autocommit is turned
 problem, most databases provide an autocommit mode. When autocommit is turned
 on and no transaction is active, each SQL query gets wrapped in its own
 on and no transaction is active, each SQL query gets wrapped in its own
-transaction. In other words, not only does each such query starts a
+transaction. In other words, not only does each such query start a
 transaction, but the transaction also gets automatically committed or rolled
 transaction, but the transaction also gets automatically committed or rolled
 back, depending on whether the query succeeded.
 back, depending on whether the query succeeded.