diff options
author | stepshal <nessento@openmailbox.org> | 2016-06-26 00:47:14 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-06-26 00:47:14 +0700 |
commit | 239057096c7e5399aae9a30c0b88814099c55bcf (patch) | |
tree | dc6aa23c4baae068aee416b3e9d55ec0732aaf5b /tests | |
parent | 677f768691624d8f24f18dcc6568233fc2e36d29 (diff) | |
download | ranger-239057096c7e5399aae9a30c0b88814099c55bcf.tar.gz |
Fix misspellings
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 = [] |