summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-05-01 00:07:36 +0200
committerTobi Oetiker <tobi@oetiker.ch>2007-05-01 00:07:36 +0200
commitd5b4a21e9ee46a1a4ebe39f2d2d507961506a910 (patch)
tree5a9af1ed4c0078aabb204c71203d223df810889a
parent96c0901c6922d814d4c8f061e8c60c8380988f7e (diff)
downloadsmokeping-d5b4a21e9ee46a1a4ebe39f2d2d507961506a910.tar.gz
smokeping-d5b4a21e9ee46a1a4ebe39f2d2d507961506a910.tar.xz
fixed spelling
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index eb55468..cba2894 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -210,7 +210,7 @@ sub sendsnpp ($$){
Message => $msg) || do_debuglog("ERROR - ". $snpp->message);
$snpp->quit;
} else {
- warn "ERROR: not sending page to $to, as all SNPP setup faild\n";
+ warn "ERROR: not sending page to $to, as all SNPP setup failed\n";
}
}