aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-threads/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-threads/pkg-descr')
-rw-r--r--devel/p5-threads/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-threads/pkg-descr b/devel/p5-threads/pkg-descr
index 064af8ba63b0..d99f1d055860 100644
--- a/devel/p5-threads/pkg-descr
+++ b/devel/p5-threads/pkg-descr
@@ -3,7 +3,7 @@ threads are different from 5005threads (the thread model of Perl 5.005)
by creating a new Perl interpreter per thread, and not sharing any
data or state between threads by default.
-Prior to Perl 5.8, this has only been available to people embedding
+Prior to Perl 5.8, this has only been available to people embedding
Perl, and for emulating fork() on Windows.
The threads API is loosely based on the old Thread.pm API. It is very