Changeset 296 for trunk/SRC/Postscript


Ignore:
Timestamp:
09/25/07 12:51:30 (17 years ago)
Author:
pinsard
Message:

typo

Location:
trunk/SRC/Postscript
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Postscript/openps.pro

    r292 r296  
    102102   nameps = isafile(nameps, iodir = psdir, /new) 
    103103;------------------------------------------------------------ 
    104 ; we define xsize, ysize, xoffset et yoffset 
     104; we define xsize, ysize, xoffset and yoffset 
    105105;------------------------------------------------------------ 
    106106   IF n_elements(portrait) NE 0 OR n_elements(landscape) NE 0 THEN $ 
  • trunk/SRC/Postscript/printps.pro

    r231 r296  
    264264  ENDIF 
    265265  gzipped = strpos(nameps, '.gz') 
    266 ; if the file is gzipped we call gunzip et change its name 
     266; if the file is gzipped we call gunzip and change its name 
    267267  IF gzipped NE -1 THEN BEGIN 
    268268    spawn, '\gunzip ' + nameps 
Note: See TracChangeset for help on using the changeset viewer.