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:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to