1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 10:28:36 +00:00

spelling fixes (2nd try)

This commit is contained in:
klemens 2017-04-17 22:43:38 +02:00
parent e3169d5930
commit 8589c6df43
62 changed files with 82 additions and 72 deletions

View file

@ -47,7 +47,7 @@ function count_running_procs () {
function count_connected_users () {
local afpd_bin_path=$1
afpd_procs=$(ps anx --no-headers -o uid,command |grep -E "\w+\d+*\s${afpd_bin_path}" |wc -l)
# one of those processess will be always from root user, so it's not being
# one of those processes will be always from root user, so it's not being
# used to externaly connect volumes, therefor being disconsider.
echo $(echo "${afpd_procs} - 1" |bc)
}
@ -119,7 +119,7 @@ EOM
#### Boilerplates ####################################################
# Locating AFP related files:
# * Binary: Using the first result of "which" command;
# * Config: Using "afpd" with paremeters to pring configuration file
# * Config: Using "afpd" with parameters to pring configuration file
# location;
#