aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command-ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/command-ssh.c')
-rw-r--r--agent/command-ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/command-ssh.c b/agent/command-ssh.c
index 94538b3d8..39435aa30 100644
--- a/agent/command-ssh.c
+++ b/agent/command-ssh.c
@@ -760,7 +760,7 @@ open_control_file (control_file_t *r_cf, int append)
if (!stream)
{
err = gpg_error_from_syserror ();
- log_error (_("can't create `%s': %s\n"),
+ log_error (_("can't create '%s': %s\n"),
cf->fname, gpg_strerror (err));
goto leave;
}
@@ -772,7 +772,7 @@ open_control_file (control_file_t *r_cf, int append)
if (!cf->fp)
{
err = gpg_error_from_syserror ();
- log_error (_("can't open `%s': %s\n"),
+ log_error (_("can't open '%s': %s\n"),
cf->fname, gpg_strerror (err));
goto leave;
}