From d91783e1ac29003f886b9755da6cc41185fdc561 Mon Sep 17 00:00:00 2001 From: don <> Date: Thu, 9 Feb 2006 22:02:04 -0800 Subject: [PATCH] [project @ 2006-02-09 22:02:04 by don] * Fix Packag vs Package typo in the "you have taken responsibility" response. --- scripts/process.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/process.in b/scripts/process.in index c6421097..1204997a 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: process.in,v 1.108 2006/02/03 03:52:51 don Exp $ +# $Id: process.in,v 1.109 2006/02/09 22:02:04 don Exp $ # # Usage: process nn # Temps: incoming/Pnn @@ -423,7 +423,7 @@ END References => "$header{'message-id'} $data->{msgid}", Precedence => 'bulk', "X-$gProject-PR-Message" => "closed $ref", - "X-$gProject-PR-Packag" => $data->{package}, + "X-$gProject-PR-Package" => $data->{package}, "X-$gProject-PR-Keywords" => $data->{keywords} ],<