summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-26 00:47:14 +0700
committerstepshal <nessento@openmailbox.org>2016-06-26 00:47:14 +0700
commit239057096c7e5399aae9a30c0b88814099c55bcf (patch)
treedc6aa23c4baae068aee416b3e9d55ec0732aaf5b /tests
parent677f768691624d8f24f18dcc6568233fc2e36d29 (diff)
downloadranger-239057096c7e5399aae9a30c0b88814099c55bcf.tar.gz
Fix misspellings
Diffstat (limited to 'tests')
-rw-r--r--tests/ranger/container/test_bookmarks.py2
-rw-r--r--tests/ranger/container/test_fsobject.py2
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 = []