Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19917bd

Browse files
committed
Fix typo: "optimial" => "optimal"
1 parent cf51592 commit 19917bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smmap/test/test_buf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_basics(self):
7676
for item in (fc.path, fd):
7777
for manager, man_id in ( (man_optimal, 'optimal'),
7878
(man_worst_case, 'worst case'),
79-
(static_man, 'static optimial')):
79+
(static_man, 'static optimal')):
8080
buf = SlidingWindowMapBuffer(manager.make_cursor(item))
8181
assert manager.num_file_handles() == 1
8282
for access_mode in range(2): # single, multi

0 commit comments

Comments
 (0)