1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

doc: Update description of the key format.

--
This commit is contained in:
Werner Koch 2022-08-16 12:33:26 +02:00
parent 1908fa8b83
commit 7046001b07
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
2 changed files with 21 additions and 11 deletions

View file

@ -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)