You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2002/11/08 18:35:35 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/generation DirectoryGenerator.java

crafterm    2002/11/08 09:35:35

  Modified:    src/java/org/apache/cocoon/generation
                        DirectoryGenerator.java
  Log:
  Fixed typo
  
  Revision  Changes    Path
  1.12      +2 -2      xml-cocoon2/src/java/org/apache/cocoon/generation/DirectoryGenerator.java
  
  Index: DirectoryGenerator.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/generation/DirectoryGenerator.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- DirectoryGenerator.java	6 Sep 2002 14:25:45 -0000	1.11
  +++ DirectoryGenerator.java	8 Nov 2002 17:35:35 -0000	1.12
  @@ -87,7 +87,7 @@
    *   <dd> the time the file was last modified, measured as the number of
    *   milliseconds since the epoch (as in java.io.File.lastModified)
    *   <dt> size
  - *   <dd> the file size, in bytes (as in java.io.FIle.length)
  + *   <dd> the file size, in bytes (as in java.io.File.length)
    *   <dt> date (optional)
    *   <dd> the time the file was last modified in human-readable form
    *   </dl>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org