antonio     2004/03/01 22:54:01

  Modified:    src/blocks/woody/java/org/apache/cocoon/woody/binding
                        JXPathBindingBuilderBase.java
  Log:
  Fixing typo
  
  Revision  Changes    Path
  1.5       +3 -3      
cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/binding/JXPathBindingBuilderBase.java
  
  Index: JXPathBindingBuilderBase.java
  ===================================================================
  RCS file: 
/home/cvs//cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/binding/JXPathBindingBuilderBase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JXPathBindingBuilderBase.java     29 Feb 2004 09:20:56 -0000      1.4
  +++ JXPathBindingBuilderBase.java     2 Mar 2004 06:54:01 -0000       1.5
  @@ -131,11 +131,11 @@
               //throw an error if people are still using the old-style 
@read-only or @readonly
               if (DomHelper.getAttributeAsBoolean(bindingElm, "readonly", 
false)) {
                   throw new BindingException("Error in binding file " + 
DomHelper.getLocation(bindingElm)
  -                        + "\nThe usage of the attribute @readonly has been 
depricated in favour of @direction.");
  +                        + "\nThe usage of the attribute @readonly has been 
deprecated in favour of @direction.");
               }
               if (DomHelper.getAttributeAsBoolean(bindingElm, "read-only", 
false)) {
                   throw new BindingException("Error in binding file " + 
DomHelper.getLocation(bindingElm)
  -                        + "\nThe usage of the attribute @read-only has been 
depricated in favour of @direction.");
  +                        + "\nThe usage of the attribute @read-only has been 
deprecated in favour of @direction.");
               }
   
               String direction = DomHelper.getAttribute(bindingElm, 
"direction", "both");
  
  
  

Reply via email to