diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2016-07-11 15:44:56 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-07-12 12:16:22 +0200 |
commit | a346dc227515f8da22a2eba000ccf0efe11e5e4d (patch) | |
tree | 2485e325fb5dbbc2fe48f51f810c1d7f3d6ad1cc /dirmngr/http.c | |
parent | gpgconf: Enhance --list-dirs. (diff) | |
download | gnupg2-a346dc227515f8da22a2eba000ccf0efe11e5e4d.tar.xz gnupg2-a346dc227515f8da22a2eba000ccf0efe11e5e4d.zip |
dirmngr: Fix typo.
--
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'dirmngr/http.c')
-rw-r--r-- | dirmngr/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/http.c b/dirmngr/http.c index 941ad4f5e..a512e9ad6 100644 --- a/dirmngr/http.c +++ b/dirmngr/http.c @@ -744,7 +744,7 @@ http_session_set_log_cb (http_session_t sess, /* Start a HTTP retrieval and on success store at R_HD a context pointer for completing the request and to wait for the response. - If HTTPHOST is not NULL it is used hor the Host header instead of a + If HTTPHOST is not NULL it is used for the Host header instead of a Host header derived from the URL. */ gpg_error_t http_open (http_t *r_hd, http_req_t reqtype, const char *url, |