summaryrefslogtreecommitdiff
path: root/obnamlib/repo_interface.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-29 12:04:48 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-29 12:04:48 +0300
commitc97d9c133fee0cf9d2561e240d1602573dfe0bbb (patch)
treeeba3423d7f5e965afe972ac9cc7c81457e230c83 /obnamlib/repo_interface.py
parentd643e82f16f5dc21afc9eaf0bbbbe94adfa52f2d (diff)
downloadobnam-c97d9c133fee0cf9d2561e240d1602573dfe0bbb.tar.gz
Fix name of interface method to remove_unused_chunks
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 62a2bd40..c618217a 100644
--- a/obnamlib/repo_interface.py
+++ b/obnamlib/repo_interface.py
@@ -825,7 +825,7 @@ class RepositoryInterface(object):
'''Write any pending new chunks to repository.'''
raise NotImplementedError()
- def remove_unused_chunk(self):
+ def remove_unused_chunks(self):
'''Remove chunks that are no longer used by any client.
The caller MUST commit any changes to clients or chunk indexes