[commit: ghc] master: Typo in hp2ps help output (a532f40)

Ian Lynagh igloo at earth.li
Thu Jun 13 22:15:33 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/a532f40f8575eaa384ed569d7584165503f6e9d4

>---------------------------------------------------------------

commit a532f40f8575eaa384ed569d7584165503f6e9d4
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed May 29 19:39:58 2013 +0200

    Typo in hp2ps help output
    
    As spotted by Julian Gilbey and reported at http://bugs.debian.org/710305

>---------------------------------------------------------------

 utils/hp2ps/Error.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/hp2ps/Error.c b/utils/hp2ps/Error.c
index 346e267..57325f3 100644
--- a/utils/hp2ps/Error.c
+++ b/utils/hp2ps/Error.c
@@ -53,7 +53,7 @@ Usage(const char *str)
    printf("      -s  use small title box\n");
    printf("      -tf ignore trace bands which sum below f%% (default 1%%, max 5%%)\n");
    printf("      -y  traditional\n");
-   printf("      -c  colour ouput\n");
+   printf("      -c  colour output\n");
    exit(0);
 }
 





More information about the ghc-commits mailing list