This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta typo
authorFather Chrysostomos <sprout@cpan.org>
Sat, 8 Feb 2014 15:34:04 +0000 (07:34 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 9 Feb 2014 01:34:24 +0000 (17:34 -0800)
pod/perldelta.pod

index a44baf7..2de0009 100644 (file)
@@ -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 *