This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typo spotted by Jarkko. (But not by ispell, as it was another valid
authorNicholas Clark <nick@ccl4.org>
Tue, 20 Jul 2004 16:39:42 +0000 (16:39 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 20 Jul 2004 16:39:42 +0000 (16:39 +0000)
word)

p4raw-id: //depot/maint-5.8/perl@23144

pod/perl585delta.pod

index 6d23f4f..a3a4c09 100644 (file)
@@ -167,7 +167,7 @@ been fixed.
 
 The internals of the ithreads implementation were not checking if OS-level
 thread creation had failed. threads->create() now returns C<undef> in if
-thead creation fails instead of crashing perl.
+thread creation fails instead of crashing perl.
 
 =back