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/PLOTS/DESSINE/plt.pro

    r490 r493  
    434434    endif 
    435435  ENDIF ELSE BEGIN 
    436 ;To axes of coordinates be considerated. 
     436;To axes of coordinates be considerate. 
    437437    if !x.type EQ 0 AND n_elements(contour) LE 4 then $ 
    438438      plot, [0], [0], /nodata, xstyle = 5, ystyle = 5, title = '', subtitle = '', /noerase 
     
    526526  if keyword_set(overplot) then GOTO, fini 
    527527;------------------------------------------------------------ 
    528 ; V2) Trace the line of change of date, the equator and the greenwich meridian, ... 
     528; V2) Trace the line of change of date, the equator and the Greenwich meridian, ... 
    529529;------------------------------------------------------------ 
    530530  if NOT keyword_set(map) AND key_onearth then meridienparallele, 'xy' 
     
    533533;------------------------------------------------------------ 
    534534  if keyword_set(realcont) then BEGIN 
    535 ; si noease est passe de _extra, on s''assure qu''il est a 1 
     535; si noerase est passe de _extra, on s''assure qu''il est a 1 
    536536    if chkstru(ex, 'NOERASE') then begin 
    537537      oldnoerase = ex.noerase 
Note: See TracChangeset for help on using the changeset viewer.