summaryrefslogtreecommitdiff
path: root/lib/Net
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>1999-01-06 17:21:32 -0500
committerJarkko Hietaniemi <jhi@iki.fi>1999-01-07 09:08:36 +0000
commit8dcee03ef4ed12141a63dec75da7d736915e7be4 (patch)
tree67f422ae94042a2a897c17a46d52d83dfe3a9281 /lib/Net
parent5e985ccb892ad7073a08ce8fc45550f2b84c4230 (diff)
downloadperl-8dcee03ef4ed12141a63dec75da7d736915e7be4.tar.gz
Another set of doc patches from Abigail
Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST) p4raw-id: //depot/cfgperl@2579
Diffstat (limited to 'lib/Net')
-rw-r--r--lib/Net/hostent.pm2
-rw-r--r--lib/Net/netent.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/hostent.pm b/lib/Net/hostent.pm
index 96b090dae5..d586358f0a 100644
--- a/lib/Net/hostent.pm
+++ b/lib/Net/hostent.pm
@@ -89,7 +89,7 @@ $h_name if you import the fields. Array references are available as
regular array variables, so for example C<@{ $host_obj-E<gt>aliases()
}> would be simply @h_aliases.
-The gethost() funtion is a simple front-end that forwards a numeric
+The gethost() function is a simple front-end that forwards a numeric
argument to gethostbyaddr() by way of Socket::inet_aton, and the rest
to gethostbyname().
diff --git a/lib/Net/netent.pm b/lib/Net/netent.pm
index b82447cad7..fbc6d987fe 100644
--- a/lib/Net/netent.pm
+++ b/lib/Net/netent.pm
@@ -92,7 +92,7 @@ $n_name if you import the fields. Array references are available as
regular array variables, so for example C<@{ $net_obj-E<gt>aliases()
}> would be simply @n_aliases.
-The getnet() funtion is a simple front-end that forwards a numeric
+The getnet() function is a simple front-end that forwards a numeric
argument to getnetbyaddr(), and the rest
to getnetbyname().