diff options
author | Yuri Chornoivan <[email protected]> | 2014-06-22 14:33:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-06-27 13:38:33 +0000 |
commit | e56a2d6a56d95c0f169506a8dc74a845c22b699d (patch) | |
tree | 299af65fccc73212027439a84b7b2bbbc7ab7567 /dirmngr/dirmngr.c | |
parent | build: Remove unused options. (diff) | |
download | gnupg-e56a2d6a56d95c0f169506a8dc74a845c22b699d.tar.gz gnupg-e56a2d6a56d95c0f169506a8dc74a845c22b699d.zip |
Fix typos in messages
Diffstat (limited to '')
-rw-r--r-- | dirmngr/dirmngr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c index 8f85e4883..48fa80be7 100644 --- a/dirmngr/dirmngr.c +++ b/dirmngr/dirmngr.c @@ -201,7 +201,7 @@ static ARGPARSE_OPTS opts[] = { N_("|N|do not return more than N items in one query")), ARGPARSE_s_s (oHkpCaCert, "hkp-cacert", - N_("|FILE|use the CA certifciates in FILE for HKP over TLS")), + N_("|FILE|use the CA certificates in FILE for HKP over TLS")), ARGPARSE_s_s (oSocketName, "socket-name", "@"), /* Only for debugging. */ |