Pārlūkot izejas kodu

spelling: connecting

Josh Soref 9 gadi atpakaļ
vecāks
revīzija
c5cc254248
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      sample-config/nrpe.cfg.in
  2. 1 1
      src/acl.c

+ 1 - 1
sample-config/nrpe.cfg.in

@@ -140,7 +140,7 @@ allow_bash_command_substitution=0
 #
 #
 # *** THIS EXAMPLE MAY POSE A POTENTIAL SECURITY RISK, SO USE WITH CAUTION! ***
 # *** THIS EXAMPLE MAY POSE A POTENTIAL SECURITY RISK, SO USE WITH CAUTION! ***
 # Usage scenario:
 # Usage scenario:
-# Execute restricted commands using sudo.  For this to work, you need to add
+# Execute restricted commmands using sudo.  For this to work, you need to add
 # the nagios user to your /etc/sudoers.  An example entry for allowing
 # the nagios user to your /etc/sudoers.  An example entry for allowing
 # execution of the plugins from might be:
 # execution of the plugins from might be:
 #
 #

+ 1 - 1
src/acl.c

@@ -479,7 +479,7 @@ int add_domain_to_acl(char *domain) {
         }
         }
 }
 }
 
 
-/* Checks connectiong host in ACL
+/* Checks connection host in ACL
  *
  *
  * Returns:
  * Returns:
  * 1 - on success
  * 1 - on success