diff options
Diffstat (limited to 'common/call-gpg.c')
-rw-r--r-- | common/call-gpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/call-gpg.c b/common/call-gpg.c index d42325aed..c1472e961 100644 --- a/common/call-gpg.c +++ b/common/call-gpg.c @@ -75,7 +75,7 @@ start_gpg (ctrl_t ctrl, const char *gpg_program, strlist_t gpg_arguments, return err; } - /* The first time we are used, intialize the gpg_program variable. */ + /* The first time we are used, initialize the gpg_program variable. */ if ( !gpg_program || !*gpg_program ) gpg_program = gnupg_module_name (GNUPG_MODULE_NAME_GPG); |