dion        2003/09/11 18:32:25

  Modified:    jelly/src/java/org/apache/commons/jelly/tags/core
                        ArgTag.java
  Log:
  Fix typo
  
  Revision  Changes    Path
  1.6       +6 -6      
jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/ArgTag.java
  
  Index: ArgTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/ArgTag.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ArgTag.java       12 Sep 2003 01:16:32 -0000      1.5
  +++ ArgTag.java       12 Sep 2003 01:32:25 -0000      1.6
  @@ -189,7 +189,7 @@
           return (null == value || (klass.isInstance(value)));
       }
   
  -    // attibutes
  +    // attributes
       //-------------------------------------------------------------------------
   
       /** The name of the parameter type, if any. */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to