summaryrefslogtreecommitdiff
path: root/devel/p5-mixin
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-mixin
parentConvert missing WANT_KRB5_DOC pieces. (diff)
Hunt for typos in devel/p5-*.
Notes
Notes: svn path=/head/; revision=213563
Diffstat (limited to 'devel/p5-mixin')
-rw-r--r--devel/p5-mixin/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-mixin/pkg-descr b/devel/p5-mixin/pkg-descr
index 2d7980c74ffa..5af41dcfd629 100644
--- a/devel/p5-mixin/pkg-descr
+++ b/devel/p5-mixin/pkg-descr
@@ -1,6 +1,6 @@
Mixin inheritance is an alternative to the usual multiple-inheritance and
solves the problem of knowing which parent will be called. It also solves a
-number of tricky problems like diamond inheritence.
+number of tricky problems like diamond inheritance.
The idea is to solve the same sets of problems which MI solves without the
problems of MI.