comment typo

This commit is contained in:
Joey Hess 2019-01-03 00:22:05 -04:00
parent 1aebc356e4
commit f574d8af10
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -28,7 +28,7 @@ import qualified Data.Text.Encoding as TE
import qualified Data.ByteString.Lazy as L import qualified Data.ByteString.Lazy as L
import "crypto-api" Crypto.Random import "crypto-api" Crypto.Random
-- | An AuthToken is stored in secue memory, with constant time comparison. -- | An AuthToken is stored in secure memory, with constant time comparison.
-- --
-- It can have varying length, depending on the security needs of the -- It can have varying length, depending on the security needs of the
-- application. -- application.