diff options
author | Neal H. Walfield <[email protected]> | 2015-03-19 10:14:52 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2015-03-23 18:58:30 +0000 |
commit | 096f4186c8cba7435105b4731b63aab953eb3ac7 (patch) | |
tree | 05a829ad75c5a257cb81c14ad5e650c8fed285d9 /dirmngr/server.c | |
parent | Improve documenation of http_parse_uri. (diff) | |
download | gnupg-096f4186c8cba7435105b4731b63aab953eb3ac7.tar.gz gnupg-096f4186c8cba7435105b4731b63aab953eb3ac7.zip |
Improve spelling and grammar of some comments.
--
Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to 'dirmngr/server.c')
-rw-r--r-- | dirmngr/server.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dirmngr/server.c b/dirmngr/server.c index b5d1653cd..deae85ca1 100644 --- a/dirmngr/server.c +++ b/dirmngr/server.c @@ -1635,7 +1635,7 @@ cmd_ks_get (assuan_context_t ctx, char *line) /* No options for now. */ line = skip_options (line); - /* Break the line down into an strlist. Each pattern is by + /* Break the line into a strlist. Each pattern is by definition percent-plus escaped. However we only support keyids and fingerprints and thus the client has no need to apply the escaping. */ @@ -1752,7 +1752,7 @@ cmd_ks_put (assuan_context_t ctx, char *line) } /* Ask for the key meta data. Not actually needed for HKP servers - but we do it anyway test the client implementaion. */ + but we do it anyway to test the client implementaion. */ err = assuan_inquire (ctx, "KEYBLOCK_INFO", &info, &infolen, MAX_KEYBLOCK_LENGTH); if (err) @@ -1944,8 +1944,8 @@ reset_notify (assuan_context_t ctx, char *line) } -/* Startup the server and run the main command loop. With FD = -1 - used stdin/stdout. */ +/* Startup the server and run the main command loop. With FD = -1, + use stdin/stdout. */ void start_command_handler (assuan_fd_t fd) { |