summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/probes/TelnetJunOSPing.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Smokeping/probes/TelnetJunOSPing.pm')
-rw-r--r--lib/Smokeping/probes/TelnetJunOSPing.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping/probes/TelnetJunOSPing.pm b/lib/Smokeping/probes/TelnetJunOSPing.pm
index ee5604e..60609ce 100644
--- a/lib/Smokeping/probes/TelnetJunOSPing.pm
+++ b/lib/Smokeping/probes/TelnetJunOSPing.pm
@@ -108,7 +108,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 JunOS reporting in miliseconds\n";
+ print "### assuming you are using an JunOS reporting in milliseconds\n";
};
return $self;