summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/probes/TelnetIOSPing.pm
diff options
context:
space:
mode:
authorTobias Oetiker <tobi@oetiker.ch>2012-07-09 11:46:19 +0200
committerTobias Oetiker <tobi@oetiker.ch>2012-07-09 11:46:19 +0200
commitc15e166eb9b2331348f7729c394e37a7e88c1870 (patch)
treea7073f1123dcf56cfb6dd2e8c9d02e01d26b4479 /lib/Smokeping/probes/TelnetIOSPing.pm
parent372a20962b00cf3974e8530eb3ee981df11caba4 (diff)
downloadsmokeping-c15e166eb9b2331348f7729c394e37a7e88c1870.tar.gz
smokeping-c15e166eb9b2331348f7729c394e37a7e88c1870.tar.xz
it's milliseconds not miliseconds, thanks frank habicht
Diffstat (limited to 'lib/Smokeping/probes/TelnetIOSPing.pm')
-rw-r--r--lib/Smokeping/probes/TelnetIOSPing.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping/probes/TelnetIOSPing.pm b/lib/Smokeping/probes/TelnetIOSPing.pm
index 7fe9dff..a708379 100644
--- a/lib/Smokeping/probes/TelnetIOSPing.pm
+++ b/lib/Smokeping/probes/TelnetIOSPing.pm
@@ -113,7 +113,7 @@ sub new($$$)
# no need for this if we run as a cgi
unless ( $ENV{SERVER_SOFTWARE} ) {
$self->{pingfactor} = 1000; # Gives us a good-guess default
- print "### assuming you are using an IOS reporting in miliseconds\n";
+ print "### assuming you are using an IOS reporting in milliseconds\n";
};
return $self;