diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ranger/container/test_bookmarks.py | 2 | ||||
-rw-r--r-- | tests/ranger/container/test_fsobject.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ranger/container/test_bookmarks.py b/tests/ranger/container/test_bookmarks.py index 2c0f78bd..a2cd446f 100644 --- a/tests/ranger/container/test_bookmarks.py +++ b/tests/ranger/container/test_bookmarks.py @@ -35,7 +35,7 @@ def testbookmarks(tmpdir): assert "'" in secondstore assert secondstore["'"] == "the milk" - # We don't uneccesary update when the file on disk does not change + # We don't unnecessary update when the file on disk does not change origupdate = secondstore.update class OutOfDateException(Exception): diff --git a/tests/ranger/container/test_fsobject.py b/tests/ranger/container/test_fsobject.py index 3ea52d6f..73d2024a 100644 --- a/tests/ranger/container/test_fsobject.py +++ b/tests/ranger/container/test_fsobject.py @@ -5,7 +5,7 @@ from ranger.container.fsobject import FileSystemObject class MockFM(object): - """Used to fullfill the dependency by FileSystemObject.""" + """Used to fulfill the dependency by FileSystemObject.""" default_linemodes = [] |