diff options
author | Werner Koch <[email protected]> | 2016-06-14 07:06:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-14 07:06:44 +0000 |
commit | 5ddccf4fc650eeb08bee7bea3e6cd889e4e32fab (patch) | |
tree | 6e641e963b3498f5a27b1be0e1a012bdf34885aa /dirmngr/http.c | |
parent | speedo,w32: Add gpg-preset-passphrase also to the uninstaller. (diff) | |
download | gnupg-5ddccf4fc650eeb08bee7bea3e6cd889e4e32fab.tar.gz gnupg-5ddccf4fc650eeb08bee7bea3e6cd889e4e32fab.zip |
doc: Consistently use 'keyserver'.
--
GnuPG-bug-id: 2383
Signed-off-by: Werner Koch <[email protected]>
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 f0fcd0d75..941ad4f5e 100644 --- a/dirmngr/http.c +++ b/dirmngr/http.c @@ -937,7 +937,7 @@ http_wait_response (http_t hd) /* Shutdown one end of the socket is desired. As per HTTP/1.0 this is not required but some very old servers (e.g. the original pksd - key server didn't worked without it. */ + keyserver didn't worked without it. */ if ((hd->flags & HTTP_FLAG_SHUTDOWN)) shutdown (hd->sock->fd, 1); hd->in_data = 0; |