Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed Apr 24, 2012
1 parent 5044a7d commit 8ae603c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/OpenPGP/Crypto.hs
Expand Up @@ -101,7 +101,7 @@ verify keys message sigidx =
-- | Sign data or key/userID pair. Only supports RSA keys for now.
sign :: OpenPGP.Message -- ^ SecretKeys, one of which will be used
-> OpenPGP.Message -- ^ Message containing data or key to sign, and optional signature packet
-> OpenPGP.HashAlgorithm -- ^ HashAlgorithm to use is signature
-> OpenPGP.HashAlgorithm -- ^ HashAlgorithm to use in signature
-> String -- ^ KeyID of key to choose or @[]@ for first
-> Integer -- ^ Timestamp for signature (unless sig supplied)
-> OpenPGP.Packet
Expand Down

0 comments on commit 8ae603c

Please sign in to comment.