aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Find-Object/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-File-Find-Object/pkg-descr')
-rw-r--r--devel/p5-File-Find-Object/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-File-Find-Object/pkg-descr b/devel/p5-File-Find-Object/pkg-descr
index b350a58c344a..a222156b29cc 100644
--- a/devel/p5-File-Find-Object/pkg-descr
+++ b/devel/p5-File-Find-Object/pkg-descr
@@ -2,7 +2,7 @@ File::Find::Object does same job as File::Find but works like an
object and with an iterator. As File::Find is not object oriented, one
cannot perform multiple searches in the same application. The second
problem of File::Find is its file processing: after starting its main
-loop, one cannot easilly wait for another event an so get the next
+loop, one cannot easily wait for another event an so get the next
result.
With File::Find::Object you can get the next file by calling the