summaryrefslogtreecommitdiff
path: root/obnamlib/repo_interface.py
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-02-27 18:09:06 +0100
committerLars Wirzenius <liw@liw.fi>2015-03-22 14:07:22 +0200
commit5ff42f9f3c199239ae0bfde35aa9f725e0b2cfd2 (patch)
tree135a0c567ded057130105167848759495e57775d /obnamlib/repo_interface.py
parent5b652b5c0200700ddccbd6fee545d1c14479105c (diff)
downloadobnam-5ff42f9f3c199239ae0bfde35aa9f725e0b2cfd2.tar.gz
fix typo in interface base class
Diffstat (limited to 'obnamlib/repo_interface.py')
-rw-r--r--obnamlib/repo_interface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/repo_interface.py b/obnamlib/repo_interface.py
index 2b2697e1..2720626e 100644
--- a/obnamlib/repo_interface.py
+++ b/obnamlib/repo_interface.py
@@ -712,7 +712,7 @@ class RepositoryInterface(object):
'''Have we got the chunk index lock?'''
raise NotImplementedError()
- def force_chunk_indexex_lock(self):
+ def force_chunk_indexes_lock(self):
'''Forces a chunk index lock open.'''
raise NotImplementedError()