diff options
author | NIIBE Yutaka <[email protected]> | 2017-04-28 01:06:33 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-04-28 01:06:33 +0000 |
commit | 5c8fe5480964c282540c051b538e812851988422 (patch) | |
tree | 61da9fb34cfb67875bea2dc259741c0e9b8ca78f /common/t-session-env.c | |
parent | g10: For signing, prefer available card key when no -u option. (diff) | |
download | gnupg-5c8fe5480964c282540c051b538e812851988422.tar.gz gnupg-5c8fe5480964c282540c051b538e812851988422.zip |
Spelling fixes in docs and comments.
--
In addition, fix trailing spaces in tests/inittests.
GnuPG-bug-id: 3121
Reported-by: ka7 (klemens)
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'common/t-session-env.c')
-rw-r--r-- | common/t-session-env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/t-session-env.c b/common/t-session-env.c index aa9d596e5..e2b942c6a 100644 --- a/common/t-session-env.c +++ b/common/t-session-env.c @@ -103,7 +103,7 @@ test_all (void) if (gpg_err_code (err) != GPG_ERR_INV_VALUE) fail (err); - /* Delete some nonexistant variables. */ + /* Delete some nonexistent variables. */ err = session_env_putenv (se, "A"); if (err) fail (err); |