diff options
author | Werner Koch <[email protected]> | 2004-04-05 17:25:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-04-05 17:25:43 +0000 |
commit | 51e2ffaa0ade03e5278fbf9c8d62050083528b12 (patch) | |
tree | 61df60b894b3d5cf9938c96f296f123d220dcc72 | |
parent | * verify.c (gpgsm_verify): Print STATUS_NEWSIG for each signature. (diff) | |
download | gnupg-51e2ffaa0ade03e5278fbf9c8d62050083528b12.tar.gz gnupg-51e2ffaa0ade03e5278fbf9c8d62050083528b12.zip |
Typo fix
-rw-r--r-- | tools/gpgconf-comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index c010e7cfd..fa755afe0 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -470,7 +470,7 @@ static gc_option_t gc_options_gpg_agent[] = "gnupg", "do not use the PIN cache when signing", GC_ARG_TYPE_UINT32, GC_BACKEND_GPG_AGENT }, { "no-grab", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT, - "gnupg", "do not grab keybourd and mouse", + "gnupg", "do not grab keyboard and mouse", GC_ARG_TYPE_NONE, GC_BACKEND_GPG_AGENT }, |