validator/htdocs/config verbosemsg.cfg,1.1.2.12,1.1.2.13

Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv11696

Modified Files:
      Tag: validator-0_6_0-branch
	verbosemsg.cfg 
Log Message:
Spelling fixes, thanks to Edo van Bruggen, Marc Friedenberg and yours truly.


Index: verbosemsg.cfg
===================================================================
RCS file: /sources/public/validator/htdocs/config/Attic/verbosemsg.cfg,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -d -r1.1.2.12 -r1.1.2.13
--- verbosemsg.cfg	19 May 2004 05:37:20 -0000	1.1.2.12
+++ verbosemsg.cfg	22 May 2004 23:20:11 -0000	1.1.2.13
@@ -259,7 +259,7 @@
     <p>
       The mentioned element is not allowed to appear in the context in which
       you've placed it; the other mentioned elements are the only ones that
-      are both allowed there <em>and</em> can contain the element menetioned.
+      are both allowed there <em>and</em> can contain the element mentioned.
       This might mean that you need a containing element, or possibly that
       you've forgotten to close a previous element.
     </p>
@@ -355,7 +355,7 @@
       The Validator found an end tag for the above element, but that element is
       not currently open. This is often caused by a leftover end tag from an
       element that was removed during editing, or by an implicitly closed
-      element (if you have an error related to an element beeing used where it
+      element (if you have an error related to an element being used where it
       is not allowed, this is almost certainly the case). In the latter case
       this error will disappear as soon as you fix the original problem.
     </p>
@@ -478,7 +478,7 @@
     </p>
     <p>
       How to fix: check the spelling and case of the element and attribute, 
-      (Remeber XHTML is all lower-case) and/or 
+      (Remember XHTML is all lower-case) and/or 
       check that they are both allowed in the chosen document type, and/or
       use CSS instead of this attribute.
     </p>
@@ -1503,8 +1503,8 @@
   verbose <<.EOF.
   <div class="ve mid-403">
     <p>
-      This is generally the sign of an ampersand that was not properly escaped for inclusing 
-      into an attribute, in a href for example. You will need to escape all instances of '&amp;'
+      This is generally the sign of an ampersand that was not properly escaped for inclusion 
+      in an attribute, in a href for example. You will need to escape all instances of '&amp;'
       into '&amp;amp;'.
     </p>
   </div>

Received on Saturday, 22 May 2004 19:22:49 UTC