There was an error while loading. Please reload this page.
1 parent cf51592 commit 19917bdCopy full SHA for 19917bd
1 file changed
smmap/test/test_buf.py
@@ -76,7 +76,7 @@ def test_basics(self):
76
for item in (fc.path, fd):
77
for manager, man_id in ( (man_optimal, 'optimal'),
78
(man_worst_case, 'worst case'),
79
- (static_man, 'static optimial')):
+ (static_man, 'static optimal')):
80
buf = SlidingWindowMapBuffer(manager.make_cursor(item))
81
assert manager.num_file_handles() == 1
82
for access_mode in range(2): # single, multi
0 commit comments