diff options
author | Justus Winter <[email protected]> | 2017-06-06 12:48:01 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-06-06 14:08:45 +0000 |
commit | 216f0804c1452c777c0252c36f56e279d18632a2 (patch) | |
tree | 462fe1e629d9647102240b1441b93cd52b0f6753 /g10/sign.c | |
parent | gpg: Report compliance with CO_DE_VS. (diff) | |
download | gnupg-216f0804c1452c777c0252c36f56e279d18632a2.tar.gz gnupg-216f0804c1452c777c0252c36f56e279d18632a2.zip |
common,g10: Fix typos.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | g10/sign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/sign.c b/g10/sign.c index af1a7b64f..6b55fffa0 100644 --- a/g10/sign.c +++ b/g10/sign.c @@ -251,7 +251,7 @@ hash_sigversion_to_magic (gcry_md_hd_t md, const PKT_signature *sig) /* Perform the sign operation. If CACHE_NONCE is given the agent is - advised to use that cached passphrase fro the key. */ + advised to use that cached passphrase for the key. */ static int do_sign (ctrl_t ctrl, PKT_public_key *pksk, PKT_signature *sig, gcry_md_hd_t md, int mdalgo, const char *cache_nonce) |