diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-21 15:19:20 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-21 15:19:20 (GMT) |
commit | 01e570f4a4e2a2701b6afeaba4eddf91a31fbe45 (patch) | |
tree | 252bfe06acac980fa590acad6b3c43085ddd523e /plugins-root/check_icmp.c | |
parent | 7ee3525423f17cb8269a11e679355733867131e9 (diff) | |
download | monitoring-plugins-01e570f4a4e2a2701b6afeaba4eddf91a31fbe45.tar.gz |
Capitalize "Monitoring Plugins"
"Monitoring Plugins" is a name.
Diffstat (limited to 'plugins-root/check_icmp.c')
-rw-r--r-- | plugins-root/check_icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 4c5b332..4b4197d 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -42,7 +42,7 @@ char *progname; | |||
42 | const char *copyright = "2005-2008"; | 42 | const char *copyright = "2005-2008"; |
43 | const char *email = "devel@monitoring-plugins.org"; | 43 | const char *email = "devel@monitoring-plugins.org"; |
44 | 44 | ||
45 | /** monitoring plugins basic includes */ | 45 | /** Monitoring Plugins basic includes */ |
46 | #include "common.h" | 46 | #include "common.h" |
47 | #include "netutils.h" | 47 | #include "netutils.h" |
48 | #include "utils.h" | 48 | #include "utils.h" |