diff options
Diffstat (limited to 'test/unit/marktree_spec.lua')
-rw-r--r-- | test/unit/marktree_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/marktree_spec.lua b/test/unit/marktree_spec.lua index 97b97b47bb..3f9dd4df12 100644 --- a/test/unit/marktree_spec.lua +++ b/test/unit/marktree_spec.lua @@ -391,7 +391,7 @@ describe('marktree', function() local iter = ffi.new("MarkTreeIter[1]") local ids = {} - -- new index and old index look the same, but still have to move becase + -- new index and old index look the same, but still have to move because -- pos will get updated table.insert(ids, put(tree, 1, 1, false, 1, 3, false)) table.insert(ids, put(tree, 1, 3, false, 1, 3, false)) |