summaryrefslogtreecommitdiff
path: root/obnamlib/repo_interface.py
diff options
context:
space:
mode:
authorCarlo Teubner <carlo.teubner@gmail.com>2014-06-04 13:28:46 +0100
committerLars Wirzenius <liw@liw.fi>2014-06-04 13:28:46 +0100
commita9e3dd8db76ad5b334d664930158ba6483822388 (patch)
tree1a84a999d889286c3c9cac95eb220cf407fc8ebf /obnamlib/repo_interface.py
parent16a9e080a146bee2ba10377ebe59092e2ce2c440 (diff)
downloadobnam-a9e3dd8db76ad5b334d664930158ba6483822388.tar.gz
Fix typo in method name
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 e030a864..1782b41d 100644
--- a/obnamlib/repo_interface.py
+++ b/obnamlib/repo_interface.py
@@ -693,7 +693,7 @@ class RepositoryInterface(object):
'''Unlocks chunk indexes without committing them.'''
raise NotImplementedError()
- def got_chunk_indewxes_lock(self):
+ def got_chunk_indexes_lock(self):
'''Have we got the chunk index lock?'''
raise NotImplementedError()