summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/check_curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c
index 637e9ba..8d8cb9f 100644
--- a/plugins/check_curl.c
+++ b/plugins/check_curl.c
@@ -32,7 +32,7 @@
32* 32*
33* 33*
34*****************************************************************************/ 34*****************************************************************************/
35const char *progname = "check_http"; 35const char *progname = "check_curl";
36 36
37const char *copyright = "2006-2018"; 37const char *copyright = "2006-2018";
38const char *email = "devel@monitoring-plugins.org"; 38const char *email = "devel@monitoring-plugins.org";