summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-02-08 07:34:04 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-02-08 17:34:24 -0800
commiteed5dc3e3ecaf903c811ce9e614df5ec7ac359d1 (patch)
tree80f63afd607c140ea3b6df7c334430d3fc5dfd5f /pod
parent388e7c71a000e894d45537b02795a849ec63d162 (diff)
downloadperl-eed5dc3e3ecaf903c811ce9e614df5ec7ac359d1.tar.gz
perldelta typo
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a44baf7103..2de0009107 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -643,7 +643,7 @@ Win32 could result in output sent to stdout on one thread being
captured by backticks of an external command in another thread.
This could occur for pseudo-forked processes too, as Win32's
-psuedo-fork is implemented in terms of threads. [perl #77672]
+pseudo-fork is implemented in terms of threads. [perl #77672]
=item *