diff options
Diffstat (limited to 'lib/Smokeping')
-rw-r--r-- | lib/Smokeping/probes/IOSPing.pm | 2 | ||||
-rw-r--r-- | lib/Smokeping/probes/OpenSSHJunOSPing.pm | 2 | ||||
-rw-r--r-- | lib/Smokeping/probes/TelnetIOSPing.pm | 2 | ||||
-rw-r--r-- | lib/Smokeping/probes/TelnetJunOSPing.pm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/Smokeping/probes/IOSPing.pm b/lib/Smokeping/probes/IOSPing.pm index 7a10e4a..d830082 100644 --- a/lib/Smokeping/probes/IOSPing.pm +++ b/lib/Smokeping/probes/IOSPing.pm @@ -82,7 +82,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; diff --git a/lib/Smokeping/probes/OpenSSHJunOSPing.pm b/lib/Smokeping/probes/OpenSSHJunOSPing.pm index af200dd..88926ec 100644 --- a/lib/Smokeping/probes/OpenSSHJunOSPing.pm +++ b/lib/Smokeping/probes/OpenSSHJunOSPing.pm @@ -67,7 +67,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; 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; 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; |