validator/httpd/cgi-bin check,1.701,1.702

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

Modified Files:
	check 
Log Message:
Comment spelling fixes.

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.701
retrieving revision 1.702
diff -u -d -r1.701 -r1.702
--- check	21 Sep 2009 20:40:54 -0000	1.701
+++ check	23 Sep 2009 21:11:01 -0000	1.702
@@ -1926,14 +1926,14 @@
   }
 
   #
-  # Add elipsis at end if necessary.
+  # Add ellipsis at end if necessary.
   unless ($end   == length $line) {substr $line, -3, 3, '…'};
 
   $col = $col - $start; # New offset is diff from $col to $start.
   $line = substr $line, $start, $end - $start; # Truncate.
 
   #
-  # Add elipsis at start if necessary.
+  # Add ellipsis at start if necessary.
   unless ($start == 0)  {
       substr $line,  0, 3, '…';
       $col = $col - 2;
@@ -2206,7 +2206,7 @@
   # Left side...
   my $left;
   {
-    my $offset = 0; # Left side allways starts at 0.
+    my $offset = 0; # Left side always starts at 0.
     my $length;
 
     if ($col - 1 < 0) { # If error is at start of line...

Received on Wednesday, 23 September 2009 21:11:13 UTC