From 8eacf4c342195cfb0fdf2ccb67a42f02fe17e8ed Mon Sep 17 00:00:00 2001 From: Banana Date: Wed, 11 Nov 2015 11:15:19 +0100 Subject: [PATCH] typo --- perl/WebsiteStatusCheck.pl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/perl/WebsiteStatusCheck.pl b/perl/WebsiteStatusCheck.pl index e21c7e3..a8aac77 100644 --- a/perl/WebsiteStatusCheck.pl +++ b/perl/WebsiteStatusCheck.pl @@ -2,8 +2,7 @@ # 2012 by Johannes 'Banana' Keßler -# this file can be used as a "eraly morning check" -# only productive installations yet +# this file can be used as a "early morning check" use warnings; use strict; @@ -27,8 +26,8 @@ print "+" .('-' x 94) . "+\n"; foreach my $url(@urlsToCheck) { # ordinary response check check_url($url); - # special check which retunrs the output. - # eg if you want to check the installed version. You could query the version info and display it + # special check which retuns the output. + # eg. if you want to check the installed version. You could query the version info and display it check_url($url.'/_path/to/special/file/',"1"); } @@ -101,4 +100,4 @@ sub trim() { return $string; } -# end file \ No newline at end of file +# end file -- 2.39.5