summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-21 15:19:20 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-21 15:19:20 (GMT)
commit01e570f4a4e2a2701b6afeaba4eddf91a31fbe45 (patch)
tree252bfe06acac980fa590acad6b3c43085ddd523e /plugins
parent7ee3525423f17cb8269a11e679355733867131e9 (diff)
downloadmonitoring-plugins-01e570f4a4e2a2701b6afeaba4eddf91a31fbe45.tar.gz
Capitalize "Monitoring Plugins"
"Monitoring Plugins" is a name.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/utils.h b/plugins/utils.h
index 1f37654..3c039a7 100644
--- a/plugins/utils.h
+++ b/plugins/utils.h
@@ -1,6 +1,6 @@
1#ifndef NP_UTILS_H 1#ifndef NP_UTILS_H
2#define NP_UTILS_H 2#define NP_UTILS_H
3/* Header file for monitoring plugins utils.c */ 3/* Header file for Monitoring Plugins utils.c */
4 4
5/* This file should be included in all plugins */ 5/* This file should be included in all plugins */
6 6
@@ -203,7 +203,7 @@ use of this software. To submit patches or suggest improvements, send email\n\
203to devel@monitoring-plugins.org\n\n") 203to devel@monitoring-plugins.org\n\n")
204 204
205#define UT_NOWARRANTY _("\n\ 205#define UT_NOWARRANTY _("\n\
206The monitoring plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\ 206The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\
207copies of the plugins under the terms of the GNU General Public License.\n\ 207copies of the plugins under the terms of the GNU General Public License.\n\
208For more information about these matters, see the file named COPYING.\n") 208For more information about these matters, see the file named COPYING.\n")
209 209