From fb9e84ff2d6a74437c08a0b9e174eade589dd7fa Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Sun, 11 Nov 2001 00:58:48 +0000 Subject: [PATCH] Fix typo (PLIFF->PLIF) --- webtools/PLIF/PLIF/Service/ContactMethod/Email.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/PLIF/PLIF/Service/ContactMethod/Email.pm b/webtools/PLIF/PLIF/Service/ContactMethod/Email.pm index c4b9677cb966..7f01e8f05bde 100644 --- a/webtools/PLIF/PLIF/Service/ContactMethod/Email.pm +++ b/webtools/PLIF/PLIF/Service/ContactMethod/Email.pm @@ -33,7 +33,7 @@ use PLIF::Output::Generic::Email; @ISA = qw(PLIF::Output::Generic::Email); 1; -# XXX This inherits from PLIFF::Output::Generic::Email, which is silly +# XXX This inherits from PLIF::Output::Generic::Email, which is silly # (or is it?). Should it instead be a pure service, but install the # Email output service? Should this just be a part of the output # service? (No, output services cannot be allowed to know about users