Changeset 3665

Show
Ignore:
Timestamp:
09/26/08 01:32:14 (2 months ago)
Author:
prahal
Message:

Fix typo in Resources (not Ressources, Ressource). Thanks Almad.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/file-sync/tests/check_data

    r3445 r3665  
    1616<?xml version="1.0"?> 
    1717<config version="1.0"> 
    18   <Ressources> 
    19     <Ressource> 
     18  <Resources> 
     19    <Resource> 
    2020      <Enabled>1</Enabled> 
    2121      <ObjType>data</ObjType> 
    2222      <Path>$TMPDIR/data</Path> 
    23     </Ressource> 
    24   </Ressources> 
     23    </Resource> 
     24  </Resources> 
    2525</config> 
    2626EOF