aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-06-12 14:11:19 +0000
committerWerner Koch <[email protected]>2018-06-12 14:11:19 +0000
commitcb52eb76b3ba0269742c5322e10a2b5151dafaf2 (patch)
tree55b834edff91fbb3e2845385d46855aa799fcd62 /g10/gpg.c
parentRequire libgpg-error 1.29 and remove internal logging functions. (diff)
downloadgnupg-cb52eb76b3ba0269742c5322e10a2b5151dafaf2.tar.gz
gnupg-cb52eb76b3ba0269742c5322e10a2b5151dafaf2.zip
Some preparations to eventuallt use gpgrt_argparse.
* configure.ac (GNUPG_DEF_COPYRIGHT_LINE: New. * tools/watchgnupg.c (print_version): USe this macro. * common/init.c (_init_common_subsystems): Register argparse functions. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r--g10/gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index 8effc535c..600f8440d 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -3625,7 +3625,7 @@ main (int argc, char **argv)
else
{
pargs.err = ARGPARSE_PRINT_ERROR;
- /* The argparse fucntion calls a plain exit and thus
+ /* The argparse function calls a plain exit and thus
* we need to print a status here. */
write_status_failure ("option-parser",
gpg_error(GPG_ERR_GENERAL));