]> 91.132.146.200 Git - klimbim.git/commitdiff
typo
authorBanana <banana@starscream.de>
Wed, 11 Nov 2015 10:15:19 +0000 (11:15 +0100)
committerBanana <banana@starscream.de>
Wed, 11 Nov 2015 10:15:19 +0000 (11:15 +0100)
perl/WebsiteStatusCheck.pl

index e21c7e33b61de07613d823b614fe17c19ea71ef1..a8aac7778701698053d03da827f92afdcc64fda3 100644 (file)
@@ -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