summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Beckmann <anbe@debian.org>2013-10-19 03:00:53 +0200
committerAndreas Beckmann <anbe@debian.org>2013-10-19 03:00:53 +0200
commitb4ca5564b2f13ebecf85c447ac9a2c639964543d (patch)
tree871014fc566d6bb7b40149a59a0b8f1857a0d67d
parent41c23a01c3ec061aad1c281f99cf257ea2cdb142 (diff)
downloadsendmail-b4ca5564b2f13ebecf85c447ac9a2c639964543d.tar.gz
fix typo in bug script output
-rw-r--r--debian/local/bug/sendmail/script.in2
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;