From 3e72c44092f7c6c2e87b5b2ea2978574cbd183e4 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 3 Jul 2007 09:21:51 -0700 Subject: [PATCH] add more verbiage to the bugspam.cgi --- examples/debian/misc/bugspam.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/debian/misc/bugspam.cgi b/examples/debian/misc/bugspam.cgi index 2a8c4bb8..d668503b 100755 --- a/examples/debian/misc/bugspam.cgi +++ b/examples/debian/misc/bugspam.cgi @@ -21,7 +21,7 @@ if (not defined $ok) { print "Content-Type: text/html\n\n"; print "Verify submission\n"; print "

Verify report for bug $bug

\n"; - print qq(Yes, report bug $bug as spam\n); + print qq(Yes, report that bug $bug has spam\n); print "\n"; exit 0; } -- 2.39.5