aboutsummaryrefslogtreecommitdiffstats
path: root/g10/verify.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/verify.c b/g10/verify.c
index 86537d07c..4c8ea0196 100644
--- a/g10/verify.c
+++ b/g10/verify.c
@@ -63,7 +63,7 @@ verify_signatures( int nfiles, char **files )
/* open the signature file */
fp = iobuf_open(sigfile);
if( !fp ) {
- log_error(_("can't open '%s'\n"), print_fname_stdin(sigfile));
+ log_error(_("can't open `%s'\n"), print_fname_stdin(sigfile));
return G10ERR_OPEN_FILE;
}