aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/dirmngr.c
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2015-03-19 10:14:52 +0000
committerNeal H. Walfield <[email protected]>2015-03-23 18:58:30 +0000
commit096f4186c8cba7435105b4731b63aab953eb3ac7 (patch)
tree05a829ad75c5a257cb81c14ad5e650c8fed285d9 /dirmngr/dirmngr.c
parentImprove documenation of http_parse_uri. (diff)
downloadgnupg-096f4186c8cba7435105b4731b63aab953eb3ac7.tar.gz
gnupg-096f4186c8cba7435105b4731b63aab953eb3ac7.zip
Improve spelling and grammar of some comments.
-- Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to '')
-rw-r--r--dirmngr/dirmngr.c6
1 files changed, 3 insertions, 3 deletions
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)
{