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

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.