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/misc.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/misc.c')
-rw-r--r-- | dirmngr/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/misc.c b/dirmngr/misc.c index 93f051c1a..244919eb0 100644 --- a/dirmngr/misc.c +++ b/dirmngr/misc.c @@ -125,7 +125,7 @@ serial_to_buffer (const ksba_sexp_t serial, size_t *length) } -/* Do an in-place percent unescaping of STRING. Returns STRING. Noet +/* Do an in-place percent unescaping of STRING. Returns STRING. Note that this function does not do a '+'-to-space unescaping.*/ char * unpercent_string (char *string) |