aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Iterator/pkg-descr
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-05-23 21:18:39 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-05-23 21:18:39 +0000
commitf532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch)
tree493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-Iterator/pkg-descr
parent6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff)
downloadports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz
ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip
Hunt for typos in devel/p5-*.
Notes
Notes: svn path=/head/; revision=213563
Diffstat (limited to 'devel/p5-Iterator/pkg-descr')
-rw-r--r--devel/p5-Iterator/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Iterator/pkg-descr b/devel/p5-Iterator/pkg-descr
index be638c5831b9..108ecff26159 100644
--- a/devel/p5-Iterator/pkg-descr
+++ b/devel/p5-Iterator/pkg-descr
@@ -7,7 +7,7 @@ An "iterator" is an object, represented as a code block that generates the
you need a value to operate on, you pull it from the iterator. If it
depends on other iterators, it pulls values from them when it needs to.
Iterators can be chained together (see Iterator::Util for functions that
-help you do just that), queueing up work to be done but not actually doing
+help you do just that), queuing up work to be done but not actually doing
it until a value is needed at the front end of the chain. At that time,
one data value is pulled through the chain.