diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/utils.h | 4 |
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\ | |||
203 | to devel@monitoring-plugins.org\n\n") | 203 | to devel@monitoring-plugins.org\n\n") |
204 | 204 | ||
205 | #define UT_NOWARRANTY _("\n\ | 205 | #define UT_NOWARRANTY _("\n\ |
206 | The monitoring plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\ | 206 | The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\ |
207 | copies of the plugins under the terms of the GNU General Public License.\n\ | 207 | copies of the plugins under the terms of the GNU General Public License.\n\ |
208 | For more information about these matters, see the file named COPYING.\n") | 208 | For more information about these matters, see the file named COPYING.\n") |
209 | 209 | ||