diff --git a/plugins/check_dns.c b/plugins/check_dns.c index 55165fcb..b9ad29d3 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c @@ -196,7 +196,7 @@ main (int argc, char **argv) multi_address = TRUE; printf ("DNS %s: ", _("OK")); - printf (_("%.3f seconds response time"), elapsed_time); + printf (_("%.3f seconds response time "), elapsed_time); printf (_("%s returns %s"), query_address, address); printf ("|%s\n", fperfdata ("time", elapsed_time, "s", FALSE, 0, FALSE, 0, TRUE, 0, FALSE, 0)); } diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index d49661ad..53769565 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c @@ -398,5 +398,5 @@ Net-snmp must be installed on the computer running the plugin.\n\n")); void print_usage (void) { - printf ("Usage: %s -H host [-C community]\n"), progname); + printf ("Usage: %s -H host [-C community]\n", progname); }