validator/httpd/cgi-bin check,1.677,1.678

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv11398

Modified Files:
	check 
Log Message:
Comment spelling fixes.

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.677
retrieving revision 1.678
diff -u -d -r1.677 -r1.678
--- check	30 Jul 2009 19:29:12 -0000	1.677
+++ check	30 Jul 2009 19:48:47 -0000	1.678
@@ -2458,7 +2458,7 @@
       # Parameters that are given to us without specifying a value get
       # set to "1" (the "TRUE" constant). This is so we can test for the
       # boolean value of a parameter instead of first checking whether
-      # the param was given and then testing it's value. Needed because
+      # the param was given and then testing its value. Needed because
       # CGI.pm sets ";param" and ";param=" to a boolean false value
       # (undef() or a null string, respectively).
       $q->param($param, TRUE) unless $q->param($param);
@@ -2950,7 +2950,7 @@
 }
 
 #
-# Return random Tip with it's URL.
+# Return random tip and its URL.
 sub get_tip {
   my @tipAddrs = keys %{$CFG->{Tips}};
   my $tipAddr  = $tipAddrs[rand scalar @tipAddrs];

Received on Thursday, 30 July 2009 19:48:58 UTC