summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Generate/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Class-Generate/pkg-descr')
-rw-r--r--devel/p5-Class-Generate/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Class-Generate/pkg-descr b/devel/p5-Class-Generate/pkg-descr
index df8211ef99ae..2686fefa5484 100644
--- a/devel/p5-Class-Generate/pkg-descr
+++ b/devel/p5-Class-Generate/pkg-descr
@@ -4,7 +4,7 @@ members, required members, private members, methods (both
instance and class), and other common features of object-
oriented software development. Of course, you can implement all
these things without a special module, but doing it via
-Class::Generate is much, much more concise. And futhermore,
+Class::Generate is much, much more concise. And furthermore,
it's much less error prone: if you are using Perl's -w flag,
Class::Generate will catch many class specification and usage
errors.