diff options
Diffstat (limited to 'agent/preset-passphrase.c')
-rw-r--r-- | agent/preset-passphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/preset-passphrase.c b/agent/preset-passphrase.c index ae6f0ce53..b8d2aaa00 100644 --- a/agent/preset-passphrase.c +++ b/agent/preset-passphrase.c @@ -239,7 +239,7 @@ main (int argc, char **argv) else usage (1); - /* Tell simple-pwquery about the the standard socket name. */ + /* Tell simple-pwquery about the standard socket name. */ { char *tmp = make_filename (gnupg_socketdir (), GPG_AGENT_SOCK_NAME, NULL); simple_pw_set_socket (tmp); |