From c15e166eb9b2331348f7729c394e37a7e88c1870 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Mon, 9 Jul 2012 11:46:19 +0200 Subject: it's milliseconds not miliseconds, thanks frank habicht --- lib/Smokeping/probes/IOSPing.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Smokeping/probes/IOSPing.pm') 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; -- cgit v1.2.3-24-g4f1b