summaryrefslogtreecommitdiff
path: root/ext/Socket
diff options
context:
space:
mode:
authorPeter J. Acklam) (via RT <perlbug-followup@perl.org>2011-01-06 23:12:20 -0800
committerAbigail <abigail@abigail.be>2011-01-07 11:06:41 +0100
commitb7b1e41b767189c1e8835fba238082ba120976b6 (patch)
treef37b363c8b0c777e668d48f1a10b3708481339e8 /ext/Socket
parented0436dcef2045079d794c497f3ca20bc041b79e (diff)
downloadperl-b7b1e41b767189c1e8835fba238082ba120976b6.tar.gz
Fix typos (spelling errors) in ext/*.
# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81882] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81882 > Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'ext/Socket')
-rw-r--r--ext/Socket/Socket.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm
index a34fa773ef..c747e4b722 100644
--- a/ext/Socket/Socket.pm
+++ b/ext/Socket/Socket.pm
@@ -213,7 +213,7 @@ the name of a host, and translates that to an opaque string
(if programming in C, struct in_addr or struct in6_addr depending on the
address family passed in). The host string may be a string hostname, such
as 'www.perl.org', or an IP address. If using an IP address, the type of
-IP address must be consistant with the address family passed into the function.
+IP address must be consistent with the address family passed into the function.
This function is not exported by default.