aboutsummaryrefslogtreecommitdiffstats
path: root/agent/findkey.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2022-08-16 10:33:26 +0000
committerWerner Koch <[email protected]>2022-08-16 10:33:26 +0000
commit7046001b07585d57403397958b386a49d479fa3b (patch)
tree4b0b8391b62fe1dec47c8fc06934d6dddcbab427 /agent/findkey.c
parentgpg: Improve --edit-key setpref. (diff)
downloadgnupg-7046001b07585d57403397958b386a49d479fa3b.tar.gz
gnupg-7046001b07585d57403397958b386a49d479fa3b.zip
doc: Update description of the key format.
--
Diffstat (limited to 'agent/findkey.c')
-rw-r--r--agent/findkey.c2
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)