diff options
author | Marcel Grunauer <marcel@codewerk.com> | 2000-08-29 03:19:59 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-28 23:33:39 +0000 |
commit | a31a806a8f483dfa4e00e0ac91d9875a8d724cff (patch) | |
tree | 43a8fa1b770bda3450ea8206c1fba741b17fea18 /pod/perlthrtut.pod | |
parent | f8f1ea7c161635bf46b2716d915374193f8dd590 (diff) | |
download | perl-a31a806a8f483dfa4e00e0ac91d9875a8d724cff.tar.gz |
spellings
Message-Id: <200008282319.BAA29862@gandalf.local>
p4raw-id: //depot/perl@6872
Diffstat (limited to 'pod/perlthrtut.pod')
-rw-r--r-- | pod/perlthrtut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index 3a1cf866e2..0b7092b39d 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -991,7 +991,7 @@ the explanation is much longer than the program. A complete thread tutorial could fill a book (and has, many times), but this should get you well on your way. The final authority on how -Perl's threads behave is the documention bundled with the Perl +Perl's threads behave is the documentation bundled with the Perl distribution, but with what we've covered in this article, you should be well on your way to becoming a threaded Perl expert. |