diff options
author | Daniel Kahn Gillmor <[email protected]> | 2017-02-20 21:25:15 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2017-02-21 18:11:46 +0000 |
commit | ccb420380b2f23f1bd28b17e6a4233c86291887d (patch) | |
tree | 66b731daf5b55e6ccc3d43a6bbd7e155ac33944d /dirmngr | |
parent | Clean up word replication. (diff) | |
download | gnupg-ccb420380b2f23f1bd28b17e6a4233c86291887d.tar.gz gnupg-ccb420380b2f23f1bd28b17e6a4233c86291887d.zip |
Fix spelling.
--
Clean up several other misspellings noticed while reviewing Yuri's
de-duplication patch.
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | dirmngr/ChangeLog-2011 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dirmngr/ChangeLog-2011 b/dirmngr/ChangeLog-2011 index a793a33fc..243f2b56f 100644 --- a/dirmngr/ChangeLog-2011 +++ b/dirmngr/ChangeLog-2011 @@ -1497,7 +1497,7 @@ * dirmngr-client.c (inq_cert): Ignore "SENDCERT" and "SENDISSUERCERT". - * server.c (do_get_cert_local): Limit the length of a retruned + * server.c (do_get_cert_local): Limit the length of a returned certificate. Return NULL without an error if an empry value has been received. @@ -1897,7 +1897,7 @@ corrupted CRL files. (open_dir): Read the new dbfile hash field. - * src/crlfetch.c (crl_fetch, crl_fetch_default): Changed to retrun + * src/crlfetch.c (crl_fetch, crl_fetch_default): Changed to return a stream. (fun_reader, fun_closer, setup_funopen): New. * src/server.c (inquire_cert): Changed to use the new stream interface |