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/session-env.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/session-env.c')
-rw-r--r-- | common/session-env.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |