about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>1997-11-18 02:47:11 +0000
committerGraham Barr <gbarr@pobox.com>1997-11-18 02:47:11 +0000
commit708cc418ff60c9577ac8356736d1b10c02b921f7 (patch)
tree94ef58ba9bbde83f27511fe1456a4c2c506c6e30
parent3f5934b47357017a35569a44db82a75d43f0acb4 (diff)
downloadperl-libnet-708cc418ff60c9577ac8356736d1b10c02b921f7.tar.gz
Net::SMTP
- Corrected documentation for ->expand()

-rw-r--r--Net/SMTP.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Net/SMTP.pm b/Net/SMTP.pm
index 37dce60..6d250b1 100644
--- a/Net/SMTP.pm
+++ b/Net/SMTP.pm
@@ -16,7 +16,7 @@ use IO::Socket;
 use Net::Cmd;
 use Net::Config;
 
-$VERSION = "2.10"; # $Id: //depot/libnet/Net/SMTP.pm#3 $
+$VERSION = "2.10"; # $Id: //depot/libnet/Net/SMTP.pm#4 $
 
 @ISA = qw(Net::Cmd IO::Socket::INET);
 
@@ -509,7 +509,7 @@ and C<dataend> methods described in L<Net::Cmd>.
 
 =item expand ( ADDRESS )
 
-Request the server to expand the given address Returns a reference to an array
+Request the server to expand the given address Returns an array
 which contains the text read from the server.
 
 =item verify ( ADDRESS )