summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/dirobj_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnamlib/fmt_ga/dirobj_tests.py')
-rw-r--r--obnamlib/fmt_ga/dirobj_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/fmt_ga/dirobj_tests.py b/obnamlib/fmt_ga/dirobj_tests.py
index 7c223e3d..648f8a50 100644
--- a/obnamlib/fmt_ga/dirobj_tests.py
+++ b/obnamlib/fmt_ga/dirobj_tests.py
@@ -95,7 +95,7 @@ class GADirectoryTests(unittest.TestCase):
dir_obj.get_file_key('README', obnamlib.REPO_FILE_MODE),
0123)
- def test_raises_error_if_muutable_and_file_key_is_set(self):
+ def test_raises_error_if_mutable_and_file_key_is_set(self):
dir_obj = obnamlib.GADirectory()
dir_obj.add_file('README')
dir_obj.set_immutable()