1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Merge pull request #553 from vlajos/typofixes-vlajos-20141204

typofixes - https://github.com/vlajos/misspell_fixer
This commit is contained in:
Stig Sandbeck Mathisen 2015-03-02 23:11:18 +01:00
commit a70f7e48b2
119 changed files with 176 additions and 176 deletions

View file

@ -383,7 +383,7 @@ sub run_fetch() {
}
push @{$cpus->{$field->[0]}}, $field;
}
# finished reading ? trucate it right away
# finished reading ? truncate it right away
truncate CACHE, 0;
close CACHE;
foreach my $cpu (keys %$cpus) {

View file

@ -18,7 +18,7 @@
# Added "info"-fields to linux/cpu and linux/load plugins, to demonstrate how it works.
#
# Revision 1.1 2004/01/02 18:50:01 jimmyo
# Renamed occurrances of lrrd -> munin
# Renamed occurrences of lrrd -> munin
#
# Revision 1.1.1.1 2004/01/02 15:18:07 jimmyo
# Import of LRRD CVS tree after renaming to Munin
@ -39,7 +39,7 @@
# If run with the "autoconf"-parameter, give our opinion on wether we
# If run with the "autoconf"-parameter, give our opinion on whether we
# should be run on this system or not. This is optinal, and only used by
# munin-config. In the case of this plugin, we should most probably
# always be included.

View file

@ -14,7 +14,7 @@
# Fixed problem with sunos/memory, when memory was reported in gigabytes (SF#930964).
#
# Revision 1.1 2004/01/02 18:50:01 jimmyo
# Renamed occurrances of lrrd -> munin
# Renamed occurrences of lrrd -> munin
#
# Revision 1.1.1.1 2004/01/02 15:18:07 jimmyo
# Import of LRRD CVS tree after renaming to Munin