提交 7314a0f7 authored 作者: noelgrandin's avatar noelgrandin

fix spelling

上级 64046b5d
...@@ -468,7 +468,7 @@ This is work in progress. To try it out, append ...@@ -468,7 +468,7 @@ This is work in progress. To try it out, append
<code>;MV_STORE=TRUE</code> <code>;MV_STORE=TRUE</code>
to the database URL. In general, performance should be to the database URL. In general, performance should be
similar than the current default storage engine (the page store). similar than the current default storage engine (the page store).
Even thought it can be used with the default table level locking, Even though it can be used with the default table level locking,
it is recommended to use it together with the MVCC mode it is recommended to use it together with the MVCC mode
(to do that, append <code>;MVCC=TRUE</code> to the database URL). (to do that, append <code>;MVCC=TRUE</code> to the database URL).
</p> </p>
...@@ -498,7 +498,7 @@ The MVStore does not have a record size limit. ...@@ -498,7 +498,7 @@ The MVStore does not have a record size limit.
<p> <p>
The code is still experimental at this stage. The code is still experimental at this stage.
The API as well as the behavior may partially change. The API as well as the behavior may partially change.
Features may be added and removed (even thought the main features will stay). Features may be added and removed (even though the main features will stay).
</p> </p>
<h2 id="requirements">Requirements</h2> <h2 id="requirements">Requirements</h2>
......
...@@ -1067,8 +1067,8 @@ public class TransactionStore { ...@@ -1067,8 +1067,8 @@ public class TransactionStore {
// added or updated by this transaction // added or updated by this transaction
transaction.log(mapId, key, current); transaction.log(mapId, key, current);
if (!map.replace(key, current, newValue)) { if (!map.replace(key, current, newValue)) {
// strange, somebody overwrite the value // strange, somebody overwrote the value
// even thought the change was not committed // even though the change was not committed
transaction.logUndo(); transaction.logUndo();
return false; return false;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论