diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:14:20 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:18:16 +0100 |
commit | f858446f8d2c74c0a4665f0be04b65fe90e1b08c (patch) | |
tree | 2d9bdc9f5c24118bc6e3982c2aab064881abb243 /README.openbsd | |
parent | 486ec47ab73770ab60bf9cfb6d398a4371463266 (diff) | |
download | perl-f858446f8d2c74c0a4665f0be04b65fe90e1b08c.tar.gz |
Fix typos (spelling errors) in README*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81912]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81912 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'README.openbsd')
-rw-r--r-- | README.openbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.openbsd b/README.openbsd index b1d5eea14f..0c9b3c4f36 100644 --- a/README.openbsd +++ b/README.openbsd @@ -14,7 +14,7 @@ version 5 (hereafter just Perl) is compiled and/or runs. =head2 OpenBSD core dumps from getprotobyname_r and getservbyname_r with ithreads When Perl is configured to use ithreads, it will use re-entrant library calls -in preference to non-re-entrant versions. There is an incompatability in +in preference to non-re-entrant versions. There is an incompatibility in OpenBSD's C<getprotobyname_r> and C<getservbyname_r> function in versions 3.7 and later that will cause a SEGV when called without doing a C<bzero> on their return structs prior to calling these functions. Current Perl's |