summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2017-11-26 23:11:21 -0300
committerVictor Shyba <victor1984@riseup.net>2017-12-01 01:37:57 -0300
commit0c1ead339b612e9c13ffddf2629ebb6509d4f96a (patch)
treea2627f82a3f0bff2574b31536ca6e7eb44b36fd8
parent07371cbc72b32dfed16a45b8799f25789bf2c0a8 (diff)
[style] fix typo
-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()