aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Lazy/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Data-Lazy/pkg-descr')
-rw-r--r--devel/p5-Data-Lazy/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Data-Lazy/pkg-descr b/devel/p5-Data-Lazy/pkg-descr
index 26a7e126e219..b2438ea683b1 100644
--- a/devel/p5-Data-Lazy/pkg-descr
+++ b/devel/p5-Data-Lazy/pkg-descr
@@ -1,4 +1,4 @@
-A very little module for simulating lazines in perl. It provides
+A very little module for simulating laziness in perl. It provides
scalars that are "lazy", that is their value is computed only if
necessary and at most once.