validator/htdocs/docs errors.html,1.35,1.35.2.1

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv14124/htdocs/docs

Modified Files:
      Tag: validator-0_7-branch
	errors.html 
Log Message:
Fix spelling, thanks to Philip Taylor.

Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.35
retrieving revision 1.35.2.1
diff -u -d -r1.35 -r1.35.2.1
--- errors.html	26 Jul 2005 23:15:04 -0000	1.35
+++ errors.html	19 Sep 2005 15:59:20 -0000	1.35.2.1
@@ -37,7 +37,7 @@
         <dt id="ve-28">28: unterminated comment: found end of entity inside comment</dt>
         <dd><div class="ve mid-28">
     <p>
-        Check that you are using a proper syntax for you comments, e.g: &lt;!-- comment here --&gt;. 
+        Check that you are using a proper syntax for your comments, e.g: &lt;!-- comment here --&gt;. 
         This error may appear if you forget the last "--" to close one comment, therefore including the rest 
         of the content in your comment.
     </p>
@@ -63,7 +63,7 @@
         <dt id="ve-42">42: unknown declaration type X</dt>
         <dd><div class="ve mid-42">
     <p>
-        This error may appear if you are using a bad syntax for you comments, such as "&lt;!invalid comment&gt;"
+        This error may appear if you are using a bad syntax for your comments, such as "&lt;!invalid comment&gt;"
         The proper syntax for comments is &lt;!-- your comment here --&gt;. 
     </p>
   </div>
@@ -515,7 +515,7 @@
         <dt id="ve-137">137: invalid comment declaration: found character X outside comment but inside comment declaration</dt>
         <dd><div class="ve mid-137">
     <p>
-        Check that you are using a proper syntax for you comments, e.g: &lt;!-- comment here --&gt;. 
+        Check that you are using a proper syntax for your comments, e.g: &lt;!-- comment here --&gt;. 
         This error may appear if you forget the last "--" to close one comment, and later open another.
     </p>
   </div>

Received on Monday, 19 September 2005 15:59:35 UTC