From: Jarkko Hietaniemi Date: Sun, 12 May 2002 04:27:16 +0000 (+0000) Subject: There's no rest for the wicked misspellers. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=48b96218279f56cd5f07553f53b95fab2f227a55;p=p5sagit%2Fp5-mst-13.2.git There's no rest for the wicked misspellers. p4raw-id: //depot/perl@16553 --- diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index 455be15..8bcbf24 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -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