Changeset 494


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

fix some typos in code lines

Location:
trunk/SRC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/scanctl.pro

    r327 r494  
    262262IF cray THEN BEGIN & ras = report( 'cray_32bit_ieee; Not yet coded...') & stop & ENDIF 
    263263   cal365 = strpos(options, '365_day_calendar') NE -1 
    264 IF cal365 THEN BEGIN & ras = report( '365_day_calenda; Not yet coded...') & stop & ENDIF 
     264IF cal365 THEN BEGIN & ras = report( '365_day_calendar; Not yet coded...') & stop & ENDIF 
    265265;------------------------ 
    266266;------------------------ 
  • trunk/SRC/ToBeReviewed/POSTSCRIPT/calibre.pro

    r378 r494  
    4343; 
    4444; @param posbar {type=vector} 
    45 ; See POSFENTERE but for the color bar. Same comment to position the color bar, !p.position=POSBAR 
     45; See POSFENETRE but for the color bar. Same comment to position the color bar, !p.position=POSBAR 
    4646; 
    4747; @keyword REMPLI 
     
    8282PRO calibre, rapportyx, marge, margebar, smalldraw, posfenetre, posbar $ 
    8383             , REMPLI=rempli, YXASPECT=yxaspect, PORTRAIT=portrait $ 
    84              , LANDSCAPE=lanscape, _EXTRA=ex 
     84             , LANDSCAPE=landscape, _EXTRA=ex 
    8585; 
    8686  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/UTILITAIRE/vzoom.pro

    r238 r494  
    22; 
    33; @file_comments 
    4 ; Make a real zoom in a plot, contrarly at the function 
     4; Make a real zoom in a plot, contrarily at the function 
    55; ZOOM prewritten by IDL which just get pixels bigger. 
    66; 
     
    2323;- 
    2424; 
    25    cursor, x1, y1, /data, /dowm 
     25   cursor, x1, y1, /data, /down 
    2626   cursor, x2, y2, /data, /down 
    2727   x = [x1, x2] 
Note: See TracChangeset for help on using the changeset viewer.