summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/pods/perlopenbsd.pod
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/pods/perlopenbsd.pod')
-rw-r--r--Master/tlpkg/tlperl/lib/pods/perlopenbsd.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/pods/perlopenbsd.pod b/Master/tlpkg/tlperl/lib/pods/perlopenbsd.pod
index b1d5eea14f4..0c9b3c4f365 100644
--- a/Master/tlpkg/tlperl/lib/pods/perlopenbsd.pod
+++ b/Master/tlpkg/tlperl/lib/pods/perlopenbsd.pod
@@ -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