aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Clone-Fast/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Clone-Fast/pkg-descr')
-rw-r--r--devel/p5-Clone-Fast/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Clone-Fast/pkg-descr b/devel/p5-Clone-Fast/pkg-descr
index 17661dee1982..f4951548330b 100644
--- a/devel/p5-Clone-Fast/pkg-descr
+++ b/devel/p5-Clone-Fast/pkg-descr
@@ -4,7 +4,7 @@ well as removing all the Pure Perl from the More.pm, I was able to
gain a lot of speed out of the module. Essentially, though, the core
of the module is exactly as that of Clone::More.
-You will see that by useing Benchmark::cmpthese, I ran a simple
+You will see that by using Benchmark::cmpthese, I ran a simple
comparison between Storable::dclone, Clone::More::clone, and
Clone::Fast::clone. You will (should) begin to see the reason why I
loaded this module along side of Clone::More.