diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-05-01 00:07:36 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-05-01 00:07:36 +0200 |
commit | d5b4a21e9ee46a1a4ebe39f2d2d507961506a910 (patch) | |
tree | 5a9af1ed4c0078aabb204c71203d223df810889a /lib/Smokeping.pm | |
parent | 96c0901c6922d814d4c8f061e8c60c8380988f7e (diff) | |
download | smokeping-d5b4a21e9ee46a1a4ebe39f2d2d507961506a910.tar.gz smokeping-d5b4a21e9ee46a1a4ebe39f2d2d507961506a910.tar.xz |
fixed spelling
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r-- | lib/Smokeping.pm | 2 |
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"; } } |