summaryrefslogtreecommitdiffhomepage
path: root/Encryption.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Encryption.hs')
-rw-r--r--Encryption.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Encryption.hs b/Encryption.hs
index 649cfed..4a8f5cf 100644
--- a/Encryption.hs
+++ b/Encryption.hs
@@ -164,7 +164,7 @@ hashToAESKey (ExpensiveHash _ t) =
b = B.take (fromIntegral $ Raaz.byteSize (undefined :: AesKey)) $
Raaz.toByteString $ Raaz.sha256 (E.encodeUtf8 t)
--- | A bytestring that can be AES enctypted. It includes a checksum,
+-- | A bytestring that can be AES encrypted. It includes a checksum,
-- and size, and is padded to the objectSize with NULs.
--
-- This is a multiple of the AES blocksize, as long as objectSize is,