aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-dns-cert.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/t-dns-cert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/t-dns-cert.c b/common/t-dns-cert.c
index 1dcae6f29..71c7a9cfe 100644
--- a/common/t-dns-cert.c
+++ b/common/t-dns-cert.c
@@ -52,7 +52,7 @@ main (int argc, char **argv)
return 1;
}
- printf ("CERT lookup on `%s'\n", name);
+ printf ("CERT lookup on '%s'\n", name);
err = get_dns_cert (name, &key, &fpr, &fpr_len, &url);
if (err)