mirror of https://github.com/borgbackup/borg.git
fix typo
This commit is contained in:
parent
5b8cb63479
commit
ef0ed409b6
|
@ -111,7 +111,7 @@ class AtticRepositoryConverter(Repository):
|
|||
raise NotImplementedException('cache conversion not implemented, next borg backup will take longer to rebuild those caches')
|
||||
|
||||
class AtticKeyfileKey(KeyfileKey):
|
||||
"""backwards compatible Attick key file parser"""
|
||||
"""backwards compatible Attic key file parser"""
|
||||
FILE_ID = 'ATTIC KEY'
|
||||
|
||||
# verbatim copy from attic
|
||||
|
|
Loading…
Reference in New Issue