Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/NTREE/ad_trees.cxx

    r6138 r6141  
    400400        GBS_strstruct *buf      = GBS_stropen(strlen(fname)); 
    401401 
    402         // extract path from fname inorder to place a copy of dtd file required to validate xml file 
     402        // extract path from fname in order to place a copy of dtd file required to validate xml file 
    403403        for (char *tok = strtok(tmpFname,"/"); tok; ) { 
    404404            tmp = tok;