Ignore:
Timestamp:
04/08/14 11:28:29 (10 years ago)
Author:
pinsard
Message:

fix some typos in comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/HOPE/read_hope.pro

    r371 r493  
    203203; 
    204204; @file_comments 
    205 ; Read the Hope grid file converted in NetCdf by xconv 
     205; Read the Hope grid file converted in netCDF by xconv 
    206206; 
    207207; @categories 
     
    323323  compile_opt idl2, strictarrsubs 
    324324; 
    325 @common                         ; usefull only for the definition of iodir 
     325@common                         ; useful only for the definition of iodir 
    326326  if n_elements(filename) EQ 0 then filename = isafile(iodirectory = iodir, _extra = ex) 
    327327  IF size(filename, /type) NE 7 THEN return, -1 
     
    377377    dimvar[0:res.ndims-1, varid] = res.dim 
    378378  ENDFOR 
    379 ; we cut dimvar to select only the interessant part 
     379; we cut dimvar to select only the interesting part 
    380380  dimvar = dimvar[0:max(ndimsvar)-1, *] 
    381381; selection of the data variables which are different from the 
     
    453453  base5 = widget_base(base, /row, uname = 'baset', /frame) 
    454454  timename = strlowcase((tag_names(dimlist))[wathinside.recdim]) 
    455 ; read the time axis in julina days 
     455; read the time axis in Julian days 
    456456  time = ncdf_gettime(filename, cdfid) 
    457457; update the dimlist structure 
Note: See TracChangeset for help on using the changeset viewer.