Просмотр исходного кода

- typo fixes

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@759 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon 22 лет назад
Родитель
Сommit
48ecd294da
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      plugins/utils.h

+ 5 - 5
plugins/utils.h

@@ -1,14 +1,14 @@
-/* header file for nagios plugins utils.c */
+/* Header file for nagios plugins utils.c */
 
 
-/* this file should be included in all plugins */
+/* This file should be included in all plugins */
 
 
-/* The purpose of this package is to provide safer alternantives to C
+/* The purpose of this package is to provide safer alternatives to C
 functions that might otherwise be vulnerable to hacking. This
 functions that might otherwise be vulnerable to hacking. This
 currently includes a standard suite of validation routines to be sure
 currently includes a standard suite of validation routines to be sure
 that an string argument acually converts to its intended type and a
 that an string argument acually converts to its intended type and a
 suite of string handling routine that do their own memory management
 suite of string handling routine that do their own memory management
 in order to resist overflow attacks. In addition, a few functions are
 in order to resist overflow attacks. In addition, a few functions are
-provided to standardize version and error reporting accross the entire
+provided to standardize version and error reporting across the entire
 suite of plugins. */
 suite of plugins. */
 
 
 /* Standardize version information, termination */
 /* Standardize version information, termination */
@@ -46,7 +46,7 @@ int is_percentage (char *);
 
 
 int is_option (char *);
 int is_option (char *);
 
 
-/* generalized timer that will do milliseconds if available */
+/* Generalized timer that will do milliseconds if available */
 #ifndef HAVE_STRUCT_TIMEVAL
 #ifndef HAVE_STRUCT_TIMEVAL
 struct timeval {
 struct timeval {
 	long tv_sec;        /* seconds */
 	long tv_sec;        /* seconds */