mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-03 14:48:22 +00:00
Fix spelling mistakes in comments and descriptions
Thanks, codespell!
This commit is contained in:
parent
561da1a3f1
commit
8713eb3722
162 changed files with 248 additions and 248 deletions
|
@ -100,7 +100,7 @@ $sth_curr->execute();
|
|||
my ($read_hitratio) = $sth_curr->fetchrow();
|
||||
print "read_hitratio.value $read_hitratio\n";
|
||||
|
||||
#libray hit ratio
|
||||
#library hit ratio
|
||||
$sql_curr = "select sum(lc.pins)/(sum(lc.pins)+sum(lc.reloads))*100 \
|
||||
from v\$librarycache lc";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue