Josh Soref 9 лет назад
Родитель
Сommit
c5cc254248
2 измененных файлов с 2 добавлено и 2 удалено
  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! ***
 # 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
 # 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:
  * 1 - on success