Ticket #632: 0001-Typo-fix-s-gnored-ignored.patch

File 0001-Typo-fix-s-gnored-ignored.patch, 711 bytes (added by Mario Domenech Goulart, 13 years ago)
  • chicken.scm

    From 626a019852723ecc367b1a3f0ed2f6efb6f841fd Mon Sep 17 00:00:00 2001
    From: Mario Domenech Goulart <mario.goulart@gmail.com>
    Date: Mon, 4 Jul 2011 18:53:50 -0300
    Subject: [PATCH 1/2] Typo fix (s/gnored/ignored/)
    
    ---
     chicken.scm |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/chicken.scm b/chicken.scm
    index fa65cbe..742ab12 100644
    a b  
    118118                   (quit "missing argument to `-~s' option" o) ) )
    119119              (else
    120120               (warning
    121                 "invalid compiler option (gnored)"
     121                "invalid compiler option (ignored)"
    122122                (if (string? o) o (conc "-" o)) )
    123123               (loop rest) ) ) ) ) )
    124124  (apply compile-source-file filename options)