summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/leap/soledad/client/_db/blobs/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/soledad/client/_db/blobs/__init__.py b/src/leap/soledad/client/_db/blobs/__init__.py
index 21ffe7a0..ddd22b4b 100644
--- a/src/leap/soledad/client/_db/blobs/__init__.py
+++ b/src/leap/soledad/client/_db/blobs/__init__.py
@@ -87,7 +87,7 @@ class DecrypterBuffer(object):
tag=self.tag)
return TruncatedTailPipe(self.decrypter, tail_size=len(self.tag))
except EncryptionSchemeNotImplementedException:
- # If we do not support the provided encryption scheme, than that's
+ # If we do not support the provided encryption scheme, then that's
# something for the application using soledad to handle. This is
# the case on asymmetrically encrypted documents on IncomingBox.
self.raw_data = BytesIO()