mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
spelling fixes (2nd try)
This commit is contained in:
parent
e3169d5930
commit
8589c6df43
62 changed files with 82 additions and 72 deletions
|
@ -29,7 +29,7 @@ if (-l $0) {
|
|||
}
|
||||
push(@INC, dirname($0));
|
||||
|
||||
# Load Rcon module or exit with failuer message
|
||||
# Load Rcon module or exit with failure message
|
||||
if (!eval "require Rcon") {
|
||||
print "Failed to load Rcon module. ";
|
||||
print "Make sure Rcon.pm is copied to Munin plugins directory.\n";
|
||||
|
|
|
@ -30,7 +30,7 @@ if (-l $0) {
|
|||
}
|
||||
push(@INC, dirname($0));
|
||||
|
||||
# Load Rcon module or exit with failuer message
|
||||
# Load Rcon module or exit with failure message
|
||||
if (!eval "require Rcon") {
|
||||
print "Failed to load Rcon module. ";
|
||||
print "Make sure Rcon.pm is copied to Munin plugins directory.\n";
|
||||
|
|
|
@ -29,7 +29,7 @@ if (-l $0) {
|
|||
}
|
||||
push(@INC, dirname($0));
|
||||
|
||||
# Load Rcon module or exit with failuer message
|
||||
# Load Rcon module or exit with failure message
|
||||
if (!eval "require Rcon") {
|
||||
print "Failed to load Rcon module. ";
|
||||
print "Make sure Rcon.pm is copied to Munin plugins directory.\n";
|
||||
|
|
|
@ -30,7 +30,7 @@ if (-l $0) {
|
|||
}
|
||||
push(@INC, dirname($0));
|
||||
|
||||
# Load Rcon module or exit with failuer message
|
||||
# Load Rcon module or exit with failure message
|
||||
if (!eval "require Rcon") {
|
||||
print "Failed to load Rcon module. ";
|
||||
print "Make sure Rcon.pm is copied to Munin plugins directory.\n";
|
||||
|
|
|
@ -28,7 +28,7 @@ if (-l $0) {
|
|||
}
|
||||
push(@INC, dirname($0));
|
||||
|
||||
# Load Rcon module or exit with failuer message
|
||||
# Load Rcon module or exit with failure message
|
||||
if (!eval "require Rcon") {
|
||||
print "Failed to load Rcon module. ";
|
||||
print "Make sure Rcon.pm is copied to Munin plugins directory.\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue