[PATCH 1/5] Q::Transaction, fix spelling error
[email protected] (Matt Simerson) Tue, 15 May 2012 00:48:54 -0400
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
s/Depreceated/Deprecated/ --- lib/Qpsmtpd/Transaction.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Qpsmtpd/Transaction.pm b/lib/Qpsmtpd/Transaction.pm index a828fb6..0dabffa 100644 --- a/lib/Qpsmtpd/Transaction.pm +++ b/lib/Qpsmtpd/Transaction.pm @@ -346,7 +346,7 @@ C<$data> can be either a plain scalar, or a reference to a scalar. =head2 body_size( ) -B<Depreceated>, Use I<data_size()> instead. +B<Deprecated>, Use I<data_size()> instead. =head2 data_size( ) -- 1.7.9.6