diff options
author | Werner Koch <wk@gnupg.org> | 2007-09-14 15:38:36 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-09-14 15:38:36 +0200 |
commit | 19009f995996bf91e0f1b832a3279bc2cc8a1708 (patch) | |
tree | 17c161496fa8ce782cd943789315f76a887b0ff8 /agent | |
parent | Minor translation change. (diff) | |
download | gnupg2-19009f995996bf91e0f1b832a3279bc2cc8a1708.tar.xz gnupg2-19009f995996bf91e0f1b832a3279bc2cc8a1708.zip |
Print used library version with --version.
Typo fixes
Diffstat (limited to 'agent')
-rw-r--r-- | agent/agent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h index c37a22c3d..7d76e4380 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -80,7 +80,7 @@ struct unsigned long max_cache_ttl; /* Default. */ unsigned long max_cache_ttl_ssh; /* for SSH. */ - /* Flag disallowin bypassing of the warning. */ + /* Flag disallowing bypassing of the warning. */ int enforce_passphrase_constraints; /* The require minmum length of a passphrase. */ unsigned int min_passphrase_len; |