[PATCH] fix typo
[email protected] (Matt Simerson) Wed, 30 May 2012 14:03:00 -0400
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
---
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 0dabffa..8c55d90 100644
--- a/lib/Qpsmtpd/Transaction.pm
+++ b/lib/Qpsmtpd/Transaction.pm
@@ -358,7 +358,7 @@ the C<DATA> command. If you need the size that will be queued, use
+ $transaction->body_length;
The line above is of course only valid in I<hook_queue( )>, as other plugins
-may add headers and qpsmtpd will add it's I<Received:> header.
+may add headers and qpsmtpd will add its I<Received:> header.
=head2 body_length( )
--
1.7.9.6