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:
parent
a1e346bcb7
commit
2c9121708a
22 changed files with 31 additions and 31 deletions
|
@ -165,7 +165,7 @@ if (defined($ARGV[0]))
|
|||
# connect to data
|
||||
my $dbh = DBI->connect("DBI:Pg:dbname=$db_name;host=$db_host;port=$db_port", $db_user, $db_pass)
|
||||
or die ("Cannot connect to database");
|
||||
# go trough each set and get the data
|
||||
# go through each set and get the data
|
||||
foreach my $get ('pools', 'stats')
|
||||
{
|
||||
# prep and execute the show query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue