Fix typo (PLIFF->PLIF)

git-svn-id: svn://10.0.0.236/trunk@107860 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ian%hixie.ch 2001-11-11 00:58:48 +00:00
parent 6ca4d43048
commit 79a6f20984

View File

@ -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