diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-12 01:38:15 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-12 01:38:15 +0000 |
commit | f3278b06ba5642b0217ce1d2ec161817bd5c7100 (patch) | |
tree | f007a23f593a49d0f7d06683db50c7604282a294 /ext | |
parent | aa66001256943dc92a94097f9e379754929b0219 (diff) | |
download | perl-f3278b06ba5642b0217ce1d2ec161817bd5c7100.tar.gz |
Detypos (and sticking with US spelling since Dan Sugalski
wrote the original text of perlthrtut)
p4raw-id: //depot/perl@16552
Diffstat (limited to 'ext')
-rwxr-xr-x | ext/threads/threads.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index 4aba309f0c..b4ee6d0ff1 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -161,7 +161,7 @@ to get current thread id if you don't have your thread handy. =item threads->yield(); This will tell the OS to let this thread yield CPU time to other threads. -However this is highly depending on the underlying thread implmentation. +However this is highly depending on the underlying thread implementation. =item threads->list(); |