validator/share/templates/en_US error_messages.cfg,1.15,1.15.2.1

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv14124/share/templates/en_US

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

Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- error_messages.cfg	26 Jul 2005 23:15:04 -0000	1.15
+++ error_messages.cfg	19 Sep 2005 15:59:21 -0000	1.15.2.1
@@ -109,7 +109,7 @@
     verbose <<.EOF.
   <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>
@@ -168,7 +168,7 @@
     verbose <<.EOF.
   <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>
@@ -778,7 +778,7 @@
   verbose <<.EOF.
   <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