diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-29 19:39:58 +0200 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-13 20:49:37 +0100 |
commit | a532f40f8575eaa384ed569d7584165503f6e9d4 (patch) | |
tree | 45b907f64733b35f13038a068c2da2f6a79d58da /utils/hp2ps | |
parent | db9b63105a541e4ad3f9c55e2cfadf716445ab87 (diff) | |
download | haskell-a532f40f8575eaa384ed569d7584165503f6e9d4.tar.gz |
Typo in hp2ps help output
As spotted by Julian Gilbey and reported at http://bugs.debian.org/710305
Diffstat (limited to 'utils/hp2ps')
-rw-r--r-- | utils/hp2ps/Error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hp2ps/Error.c b/utils/hp2ps/Error.c index 346e267eb1..57325f34e5 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); } |