summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-12-21 14:29:19 -0700
committerKarl Williamson <khw@cpan.org>2019-12-23 07:28:41 -0700
commit71c3d40b727f44bd9ee6a873993a1396ee48a086 (patch)
tree256b500e52158696ea72722420b35673a8cdb715 /ext
parentf7f2ed6e1bdf4e3f1b97662306ee4c654a1b862a (diff)
downloadperl-71c3d40b727f44bd9ee6a873993a1396ee48a086.tar.gz
POSIX.pod: Fix typo
Diffstat (limited to 'ext')
-rw-r--r--ext/POSIX/lib/POSIX.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/lib/POSIX.pod b/ext/POSIX/lib/POSIX.pod
index 043902a2b5..f954813d36 100644
--- a/ext/POSIX/lib/POSIX.pod
+++ b/ext/POSIX/lib/POSIX.pod
@@ -951,7 +951,7 @@ the underlying locale is C or POSIX. This is because it otherwise
changes the locale, which globally affects all threads simultaneously.
Windows platforms starting with Visual Studio 2005 are mostly
thread-safe, but use of this function in those prior to Visual Studio
-2015 can interefere with a thread that has called
+2015 can interfere with a thread that has called
L<perlapi/switch_to_global_locale>.
Here is how to query the database for the B<de> (Deutsch or German) locale.