summaryrefslogtreecommitdiffstats
path: root/plugins/check_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_time.c')
-rw-r--r--plugins/check_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_time.c b/plugins/check_time.c
index 0de6718..1f8b3bd 100644
--- a/plugins/check_time.c
+++ b/plugins/check_time.c
@@ -61,7 +61,7 @@ main (int argc, char **argv)
61 textdomain (PACKAGE); 61 textdomain (PACKAGE);
62 62
63 if (process_arguments (argc, argv) != OK) 63 if (process_arguments (argc, argv) != OK)
64 usage (_("Invalid command arguments supplied\n")); 64 usage (_("Incorrect arguments supplied\n"));
65 65
66 /* initialize alarm signal handling */ 66 /* initialize alarm signal handling */
67 signal (SIGALRM, socket_timeout_alarm_handler); 67 signal (SIGALRM, socket_timeout_alarm_handler);