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:14:29 UTC

svn commit: r570134 - /xerces/java/trunk/src/org/apache/xerces/xni/grammars/XMLSchemaDescription.java

Author: mrglavas
Date: Mon Aug 27 07:14:28 2007
New Revision: 570134

URL: http://svn.apache.org/viewvc?rev=570134&view=rev
Log:
Fixing a typo.

Modified:
    xerces/java/trunk/src/org/apache/xerces/xni/grammars/XMLSchemaDescription.java

Modified: xerces/java/trunk/src/org/apache/xerces/xni/grammars/XMLSchemaDescription.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/xni/grammars/XMLSchemaDescription.java?rev=570134&r1=570133&r2=570134&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/xni/grammars/XMLSchemaDescription.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/xni/grammars/XMLSchemaDescription.java Mon Aug 27 07:14:28 2007
@@ -129,7 +129,7 @@
      * If a call is triggered by an element/attribute/xsi:type in the instance,
      * this call returns all attributes of such an element (or enclosing element).
      * 
-     * @return  all attributes of the tiggering/enclosing element
+     * @return  all attributes of the triggering/enclosing element
      */
     public XMLAttributes getAttributes();
     



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