diff options
author | Mark-Jason Dominus <mjd@plover.com> | 2002-08-13 17:19:08 -0400 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-18 02:22:21 +0000 |
commit | 0b17b39ba5d75cadbeee8e3e069ab9986688c352 (patch) | |
tree | 233dc93521322c2efd9bc0c9010281e58e88caf2 | |
parent | 0791bc7e1d51f399472c898079cb83fa5dd6b568 (diff) | |
download | perl-0b17b39ba5d75cadbeee8e3e069ab9986688c352.tar.gz |
Re: [perl #16198] pod tpyo in hostent.pm
Message-id: <20020814011909.22744.qmail@plover.com>
p4raw-id: //depot/perl@17735
-rw-r--r-- | lib/Net/hostent.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/hostent.pm b/lib/Net/hostent.pm index 04cbee35a7..7cff370be6 100644 --- a/lib/Net/hostent.pm +++ b/lib/Net/hostent.pm @@ -70,7 +70,7 @@ Net::hostent - by-name interface to Perl's built-in gethost*() functions =head1 SYNOPSIS - use Net::hostnet; + use Net::hostent; =head1 DESCRIPTION |