diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-20 02:12:50 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-20 02:12:50 (GMT) |
commit | c3e756a855704089ded8a126158454167c9e0581 (patch) | |
tree | 88c98080e9ed4d2b12d41b54006a15093d7dbe5e /plugins-root | |
parent | a8c9b696f47c8abf777a0a67ee98616bc9a219a9 (diff) | |
download | monitoring-plugins-c3e756a855704089ded8a126158454167c9e0581.tar.gz |
Capitalize "Monitoring" when it's the first word
Diffstat (limited to 'plugins-root')
-rw-r--r-- | plugins-root/check_dhcp.c | 2 | ||||
-rw-r--r-- | plugins-root/check_icmp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c index e682dd0..1ec5c39 100644 --- a/plugins-root/check_dhcp.c +++ b/plugins-root/check_dhcp.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /***************************************************************************** | 1 | /***************************************************************************** |
2 | * | 2 | * |
3 | * monitoring check_dhcp plugin | 3 | * Monitoring check_dhcp plugin |
4 | * | 4 | * |
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 2001-2004 Ethan Galstad (nagios@nagios.org) | 6 | * Copyright (c) 2001-2004 Ethan Galstad (nagios@nagios.org) |
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 4c3df0b..4c5b332 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /***************************************************************************** | 1 | /***************************************************************************** |
2 | * | 2 | * |
3 | * monitoring check_icmp plugin | 3 | * Monitoring check_icmp plugin |
4 | * | 4 | * |
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 2005-2008 Monitoring Plugins Development Team | 6 | * Copyright (c) 2005-2008 Monitoring Plugins Development Team |