Typo fix
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 23 May 2006 08:05:56 +0000 (08:05 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 23 May 2006 08:05:56 +0000 (08:05 +0000)
p4raw-id: //depot/perl@28291

ext/threads/threads.pm

index b6211ba..f72f2a2 100755 (executable)
@@ -338,7 +338,7 @@ As with subroutines, the type of value returned from a thread's entry point
 function may be determined by the thread's I<context>:  list, scalar or void.
 The thread's context is determined at thread creation.  This is necessary so
 that the context is available to the entry point function via
-L<wantarry()|perlfunc/"wantarray">.  The thread may then specify a value of
+L<wantarray()|perlfunc/"wantarray">.  The thread may then specify a value of
 the appropriate type to be returned from C<-E<gt>join()>.
 
 =head2 Explicit context