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/ReadWrite/ncdf_gettime.pro

    r474 r493  
    2525; procedure. It can be only '<pro>read_ncdf</pro>' or '<pro>scanfile</pro>'. 
    2626; 
    27 ; 
    2827; @keyword CALTYPE 
    29 ; Used to specify (or orverwrite) the type of calendar that should be 
     28; Used to specify (or overwrite) the type of calendar that should be 
    3029; used. We accept only 'noleap', '360d', 'greg' and 'gregorian'. By 
    31 ; default, we use the type of calendar defied in the attibute 
     30; default, we use the type of calendar defined in the attribute 
    3231; calendar. if not, we define it as gregorian. 
    3332; 
     
    165164    'gregorian':key_caltype = 'greg' 
    166165    ELSE:BEGIN  
    167       dummy = report( ['unknow calendar type: '+calendar, 'we use gregorian calendar'] ) 
     166      dummy = report( ['unknown calendar type: '+calendar, 'we use gregorian calendar'] ) 
    168167      key_caltype = 'greg' 
    169168    END 
Note: See TracChangeset for help on using the changeset viewer.