You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2007/08/27 16:17:58 UTC

svn commit: r570137 - /xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLErrorHandler.java

Author: mrglavas
Date: Mon Aug 27 07:17:57 2007
New Revision: 570137

URL: http://svn.apache.org/viewvc?rev=570137&view=rev
Log:
Fixing typos.

Modified:
    xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLErrorHandler.java

Modified: xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLErrorHandler.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLErrorHandler.java?rev=570137&r1=570136&r2=570137&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLErrorHandler.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/parser/XMLErrorHandler.java Mon Aug 27 07:17:57 2007
@@ -43,7 +43,7 @@
      * @param domain    The domain of the warning. The domain can be any
      *                  string but is suggested to be a valid URI. The
      *                  domain can be used to conveniently specify a web
-     *                  site location of the relevent specification or
+     *                  site location of the relevant specification or
      *                  document pertaining to this warning.
      * @param key       The warning key. This key can be any string and
      *                  is implementation dependent.
@@ -62,7 +62,7 @@
      * @param domain    The domain of the error. The domain can be any
      *                  string but is suggested to be a valid URI. The
      *                  domain can be used to conveniently specify a web
-     *                  site location of the relevent specification or
+     *                  site location of the relevant specification or
      *                  document pertaining to this error.
      * @param key       The error key. This key can be any string and
      *                  is implementation dependent.
@@ -89,7 +89,7 @@
      * @param domain    The domain of the fatal error. The domain can be 
      *                  any string but is suggested to be a valid URI. The
      *                  domain can be used to conveniently specify a web
-     *                  site location of the relevent specification or
+     *                  site location of the relevant specification or
      *                  document pertaining to this fatal error.
      * @param key       The fatal error key. This key can be any string 
      *                  and is implementation dependent.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org