From 0c1ead339b612e9c13ffddf2629ebb6509d4f96a Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sun, 26 Nov 2017 23:11:21 -0300 Subject: [style] fix typo --- src/leap/soledad/client/_db/blobs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3