diff options
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. */ |