From 096f4186c8cba7435105b4731b63aab953eb3ac7 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Thu, 19 Mar 2015 11:14:52 +0100 Subject: Improve spelling and grammar of some comments. -- Signed-off-by: Neal H. Walfield --- dirmngr/dirmngr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dirmngr/dirmngr.c') diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c index 36a476aa6..94d66924d 100644 --- a/dirmngr/dirmngr.c +++ b/dirmngr/dirmngr.c @@ -251,7 +251,7 @@ static const char *redir_socket_name; POSIX systems). */ static assuan_sock_nonce_t socket_nonce; -/* Only if this flag has been set we will remove the socket file. */ +/* Only if this flag has been set will we remove the socket file. */ static int cleanup_socket; /* Keep track of the current log file so that we can avoid updating @@ -1881,8 +1881,8 @@ handle_tick (void) } -/* Check the nonce on a new connection. This is a NOP unless we we - are using our Unix domain socket emulation under Windows. */ +/* Check the nonce on a new connection. This is a NOP unless we are + using our Unix domain socket emulation under Windows. */ static int check_nonce (assuan_fd_t fd, assuan_sock_nonce_t *nonce) { -- cgit v1.2.3