diff options
author | Werner Koch <[email protected]> | 2022-08-16 10:33:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-08-16 10:33:26 +0000 |
commit | 7046001b07585d57403397958b386a49d479fa3b (patch) | |
tree | 4b0b8391b62fe1dec47c8fc06934d6dddcbab427 /agent/findkey.c | |
parent | gpg: Improve --edit-key setpref. (diff) | |
download | gnupg-7046001b07585d57403397958b386a49d479fa3b.tar.gz gnupg-7046001b07585d57403397958b386a49d479fa3b.zip |
doc: Update description of the key format.
--
Diffstat (limited to 'agent/findkey.c')
-rw-r--r-- | agent/findkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/findkey.c b/agent/findkey.c index fe9f79abc..20962bd43 100644 --- a/agent/findkey.c +++ b/agent/findkey.c @@ -49,7 +49,7 @@ struct try_unprotect_arg_s }; -/* Repalce all linefeeds in STRING by "%0A" and return a new malloced +/* Replace all linefeeds in STRING by "%0A" and return a new malloced * string. May return NULL on memory error. */ static char * linefeed_to_percent0A (const char *string) |