summaryrefslogtreecommitdiff
path: root/obnamlib/repo_interface.py
diff options
context:
space:
mode:
authorCarlo Teubner <carlo.teubner@gmail.com>2014-06-04 13:28:17 +0100
committerLars Wirzenius <liw@liw.fi>2014-06-04 13:28:17 +0100
commit16a9e080a146bee2ba10377ebe59092e2ce2c440 (patch)
treee2fcac2a08002979a3d97601d3e0a0c01da571d0 /obnamlib/repo_interface.py
parentd11e948f67238b7a2334914ca7ebc9940888e113 (diff)
downloadobnam-16a9e080a146bee2ba10377ebe59092e2ce2c440.tar.gz
Fix typo in docstring
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 31ee59c8..e030a864 100644
--- a/obnamlib/repo_interface.py
+++ b/obnamlib/repo_interface.py
@@ -292,7 +292,7 @@ class RepositoryInterface(object):
This is to allow maximum flexibility in how data is actually stored
in the repository, and to make the least amount of assumptions
that will hinder convertability between repository formats.
- However, storing them independently is likely to be epxensive,
+ However, storing them independently is likely to be expensive,
and so the implementation may actually pool file key changes to
a file and only actually encode all of them, as a blob, when the
API user is finished with a file. There is no API call to indicate