diff options
author | hut <hut@lepus.uberspace.de> | 2016-06-26 13:25:38 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2016-06-26 13:25:38 +0200 |
commit | e11d6984c54f1e5dae7d5bff1a61a84ad40511ca (patch) | |
tree | 9fb125551c6871d932adc4c70b3cc4bbff4807e2 /tests | |
parent | c0b3ca592d32a76e1470a9e8c0313c8a889a6ff7 (diff) | |
parent | 239057096c7e5399aae9a30c0b88814099c55bcf (diff) | |
download | ranger-e11d6984c54f1e5dae7d5bff1a61a84ad40511ca.tar.gz |
Merge branch 'misspellings' of https://github.com/stepshal/ranger
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 = [] |