diff options
author | Andreas Beckmann <anbe@debian.org> | 2013-10-19 03:00:53 +0200 |
---|---|---|
committer | Andreas Beckmann <anbe@debian.org> | 2013-10-19 03:00:53 +0200 |
commit | b4ca5564b2f13ebecf85c447ac9a2c639964543d (patch) | |
tree | 871014fc566d6bb7b40149a59a0b8f1857a0d67d | |
parent | 41c23a01c3ec061aad1c281f99cf257ea2cdb142 (diff) | |
download | sendmail-b4ca5564b2f13ebecf85c447ac9a2c639964543d.tar.gz |
fix typo in bug script output
-rw-r--r-- | debian/local/bug/sendmail/script.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/bug/sendmail/script.in b/debian/local/bug/sendmail/script.in index 4d23c91..02ffe11 100644 --- a/debian/local/bug/sendmail/script.in +++ b/debian/local/bug/sendmail/script.in @@ -19,7 +19,7 @@ DEBUG=0; # Announce -printf "Ouput of $0:\n" >&3; +printf "Output of $0:\n" >&3; # Show files in /etc/mail printf "\nls -alR /etc/mail:\n" >&3; |