Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/TOOLS/arb_a2ps.c

    r5390 r6141  
    12541254         *     M-c for ascii codes > 0x3f 
    12551255         * - prefix parents and backslash ['(', ')', '\'] by backslash 
    1256          *   (escape character in postcript) 
     1256         *   (escape character in postscript) 
    12571257         */ 
    12581258        /* Form feed */ 
     
    18021802    page_width = (double)(WIDTH - MARGIN) * PIXELS_INCH; 
    18031803 
    1804     /* Postcript prologue printing */ 
     1804    /* Postscript prologue printing */ 
    18051805    print_prologue(); 
    18061806