There's no rest for the wicked misspellers.
Jarkko Hietaniemi [Sun, 12 May 2002 04:27:16 +0000 (04:27 +0000)]
p4raw-id: //depot/perl@16553

pod/perlthrtut.pod

index 455be15..8bcbf24 100644 (file)
@@ -652,7 +652,7 @@ order.  If, for example, you lock variables $a, $b, and $c, always lock
 $a before $b, and $b before $c.  It's also best to hold on to locks for
 as short a period of time to minimize the risks of deadlock.
 
-The other syncronization primitives described below can suffer from
+The other synchronization primitives described below can suffer from
 similar problems.
 
 =head2 Queues: Passing Data Around