aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/convert.c2
-rw-r--r--common/get-passphrase.c2
-rw-r--r--common/session-env.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/convert.c b/common/convert.c
index 30e5a60f3..4611e7765 100644
--- a/common/convert.c
+++ b/common/convert.c
@@ -176,7 +176,7 @@ bin2hexcolon (const void *buffer, size_t length, char *stringbuf)
store that at BUFFER. HEXSTRING is either delimited by end of
string or a white space character. The function makes sure that
the resulting string in BUFFER is terminated by a Nul byte. Note
- that the retruned string may include embedded Nul bytes; the extra
+ that the returned string may include embedded Nul bytes; the extra
Nul byte at the end is used to make sure tha the result can always
be used as a C-string.
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. */
diff --git a/common/session-env.c b/common/session-env.c
index 8c3dbb5e7..20b7c06c4 100644
--- a/common/session-env.c
+++ b/common/session-env.c
@@ -372,7 +372,7 @@ session_env_getenv_or_default (session_env_t se, const char *name,
/* List the entire environment stored in SE. The caller initially
needs to set the value of ITERATOR to 0 and then call this function
- until it returns NULL. The value is retruned at R_VALUE. If
+ until it returns NULL. The value is returned at R_VALUE. If
R_DEFAULT is not NULL, the default flag is stored on return. The
default flag indicates that the value has been taken from the
process' environment. The caller must not change the returned