diff options
author | Werner Koch <[email protected]> | 2020-08-25 08:39:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-08-25 08:39:44 +0000 |
commit | 1e61280ffcf0849c3cf327161c6b8cb29f8f8ecc (patch) | |
tree | 3e8308b32daad7b0b24005feaa6d831052e5161b /agent/findkey.c | |
parent | gpgconf,w32: New debug command --show-codepages. (diff) | |
download | gnupg-1e61280ffcf0849c3cf327161c6b8cb29f8f8ecc.tar.gz gnupg-1e61280ffcf0849c3cf327161c6b8cb29f8f8ecc.zip |
doc: Typo fixes
--
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 a9a8fb851..fa9e5b548 100644 --- a/agent/findkey.c +++ b/agent/findkey.c @@ -1044,7 +1044,7 @@ agent_key_from_file (ctrl_t ctrl, const char *cache_nonce, /* Note, that we will take the comment as a C string for * display purposes; i.e. all stuff beyond a Nul character is * ignored. If a "Label" entry is available in the meta data - * this is used instead of the s-ecpression comment. */ + * this is used instead of the s-expression comment. */ if (keymeta && (comment = nvc_get_string (keymeta, "Label:"))) { if (strchr (comment, '\n') |