Ignore:
Timestamp:
03/16/07 10:22:26 (17 years ago)
Author:
pinsard
Message:

corrections of some misspellings in some *.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/LECTURE/read_ftp.pro

    r157 r226  
    11;+ 
    2 ; @file_comments  
    3 ;  
    4 ;  
     2; @file_comments 
     3; 
    54; @categories 
    6 ;  
    7 ;  
    8 ; @param U  
     5; 
     6; @param U 
    97; 
    108; 
     
    1210; 
    1311; 
    14 ; @param RES  
    15 ;  
     12; @param RES 
    1613; 
    1714; @keyword OUT 
     
    1916; 
    2017; @keyword COUNT 
    21 ; Upon return, the number of elements in the result set.  
     18; Upon return, the number of elements in the result set. 
    2219; This is only important when the result set is the empty 
    2320; set, in which case COUNT is set to zero. 
    24 ;  
     21; 
    2522; @restrictions 
    26 ;  
    27 ;  
     23; 
    2824; @examples 
    2925; 
    3026; 
    3127; @history 
    32 ;  
     28; 
    3329; 
    3430; @version 
     
    6056end 
    6157;+ 
    62 ; @file_comments  
    63 ;  
    64 ;  
     58; @file_comments 
     59; 
    6560; @categories 
    66 ;  
    67 ;  
     61; 
    6862; @param TEXT 
    6963; ASCII text string containing the message. 
     
    7367; 
    7468; @param PORT 
    75 ;  
     69; 
    7670; @restrictions 
    77 ;  
    78 ;  
     71; 
     72; 
    7973; @examples 
    8074; 
    81 ; 
    8275; @history 
    83 ;  
    8476; 
    8577; @version 
     
    173165;                  10 File(s)      3,618,694 bytes 
    174166; 
    175 ;  These compressed files can cosequently be opened with OPENR and the 
     167;  These compressed files can consequently be opened with OPENR and the 
    176168;   /COMPRESSED keyword. 
    177169; 
     
    181173; $Id$ 
    182174; 
    183 ; @todo  
     175; @todo 
    184176; seb: que fait-on de "syntax" au debut du header? 
    185177; give examples with date in year 0 (should not exists but may happen) 
    186 ;  
     178; 
    187179;- 
    188180pro read_ftp, site, files, dir, port, data=data, file=file, user=user, $ 
Note: See TracChangeset for help on using the changeset viewer.