diff options
author | Justus Winter <justus@g10code.com> | 2016-10-27 14:58:01 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-10-27 14:59:56 +0200 |
commit | 445f0c13d751f6dee9d70ef0785866ab2a7ea120 (patch) | |
tree | 55b7113c092bed4ff910a4d2c377e92775c5c1c7 /common/get-passphrase.c | |
parent | g10: Assert preconditions. (diff) | |
download | gnupg2-445f0c13d751f6dee9d70ef0785866ab2a7ea120.tar.xz gnupg2-445f0c13d751f6dee9d70ef0785866ab2a7ea120.zip |
Fix typos.
--
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'common/get-passphrase.c')
-rw-r--r-- | common/get-passphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/get-passphrase.c b/common/get-passphrase.c index 25c1602dc..8c7496ca8 100644 --- a/common/get-passphrase.c +++ b/common/get-passphrase.c @@ -136,7 +136,7 @@ default_inq_cb (void *opaque, const char *line) PROMPT is the prompt string to label the entry box, it may be NULL for a default one. DESC_MSG is a longer description to be displayed above the entry box, if may be NULL for a default one. - If USE_SECMEM is true, the returned passphrase is retruned in + If USE_SECMEM is true, the returned passphrase is returned in secure memory. The length of all these strings is limited; they need to fit in their encoded form into a standard Assuan line (i.e less then about 950 characters). All strings shall be UTF-8. */ |