From 5ddccf4fc650eeb08bee7bea3e6cd889e4e32fab Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 14 Jun 2016 09:06:44 +0200 Subject: doc: Consistently use 'keyserver'. -- GnuPG-bug-id: 2383 Signed-off-by: Werner Koch --- dirmngr/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dirmngr/http.c') 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; -- cgit v1.2.3