1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Fix some spelling mistakes

Thanks, codespell!
This commit is contained in:
Lars Kruse 2021-04-05 23:24:50 +02:00
parent a1e346bcb7
commit 2c9121708a
22 changed files with 31 additions and 31 deletions

View file

@ -32,7 +32,7 @@
#
# Install guide:
# This plugin relies on correct configured ODBC for the MOM database
# Prerequisits:
# Prerequisites:
# * Install and configure FreeTDS and DBD::Sybase (packages tdsodbc and libdbd-sybase-perl on Ubuntu)
# - DBD::Sybase is preferred over ODBC because of strange TEXT field handling in DBD::ODBC
#
@ -214,11 +214,11 @@ EOF
chomp($field);
print $field . ".label " . $profiles{$policy}{'name'} . "\n";
print $field . ".draw LINE2\n";
print $field . ".info Numer of computers having the " .$profiles{$policy}{'name'} . " profile.\n";
print $field . ".info Number of computers having the " .$profiles{$policy}{'name'} . " profile.\n";
if($profiles{$policy}{'old'}) {
print $field . "old.label " . $profiles{$policy}{'name'} . " (old)\n";
print $field . "old.draw LINE2\n";
print $field . "old.info Numer of computers having an old version of the " .$profiles{$policy}{'name'} . " profile.\n";
print $field . "old.info Number of computers having an old version of the " .$profiles{$policy}{'name'} . " profile.\n";
}
}
}