diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-11-10 11:15:23 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-11-10 11:15:23 (GMT) |
commit | 48ecd294da3f093c83ca0e0f60ef81cecb35ab42 (patch) | |
tree | 4553dd4c28d9d9c5ca8e499ba66dfa942060b4e5 /plugins/utils.h | |
parent | 62d93550ea39333c09daeb12b5c91718b2149b4c (diff) | |
download | monitoring-plugins-48ecd294da3f093c83ca0e0f60ef81cecb35ab42.tar.gz |
- typo fixes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@759 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index 64d4aca..c2b0641 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
@@ -1,14 +1,14 @@ | |||
1 | /* header file for nagios plugins utils.c */ | 1 | /* Header file for nagios plugins utils.c */ |
2 | 2 | ||
3 | /* this file should be included in all plugins */ | 3 | /* This file should be included in all plugins */ |
4 | 4 | ||
5 | /* The purpose of this package is to provide safer alternantives to C | 5 | /* The purpose of this package is to provide safer alternatives to C |
6 | functions that might otherwise be vulnerable to hacking. This | 6 | functions that might otherwise be vulnerable to hacking. This |
7 | currently includes a standard suite of validation routines to be sure | 7 | currently includes a standard suite of validation routines to be sure |
8 | that an string argument acually converts to its intended type and a | 8 | that an string argument acually converts to its intended type and a |
9 | suite of string handling routine that do their own memory management | 9 | suite of string handling routine that do their own memory management |
10 | in order to resist overflow attacks. In addition, a few functions are | 10 | in order to resist overflow attacks. In addition, a few functions are |
11 | provided to standardize version and error reporting accross the entire | 11 | provided to standardize version and error reporting across the entire |
12 | suite of plugins. */ | 12 | suite of plugins. */ |
13 | 13 | ||
14 | /* Standardize version information, termination */ | 14 | /* Standardize version information, termination */ |
@@ -46,7 +46,7 @@ int is_percentage (char *); | |||
46 | 46 | ||
47 | int is_option (char *); | 47 | int is_option (char *); |
48 | 48 | ||
49 | /* generalized timer that will do milliseconds if available */ | 49 | /* Generalized timer that will do milliseconds if available */ |
50 | #ifndef HAVE_STRUCT_TIMEVAL | 50 | #ifndef HAVE_STRUCT_TIMEVAL |
51 | struct timeval { | 51 | struct timeval { |
52 | long tv_sec; /* seconds */ | 52 | long tv_sec; /* seconds */ |