summaryrefslogtreecommitdiffstats
path: root/common/get-passphrase.c
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2016-10-27 14:58:01 +0200
committerJustus Winter <justus@g10code.com>2016-10-27 14:59:56 +0200
commit445f0c13d751f6dee9d70ef0785866ab2a7ea120 (patch)
tree55b7113c092bed4ff910a4d2c377e92775c5c1c7 /common/get-passphrase.c
parentg10: Assert preconditions. (diff)
downloadgnupg2-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.c2
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. */