diff options
author | olgeni <olgeni@FreeBSD.org> | 2008-05-24 05:18:39 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2008-05-24 05:18:39 +0800 |
commit | a8b5b44ad9cc608ee8e8957d93e2a640b784396a (patch) | |
tree | 4e96c6a298f377e11e48dc993edcc859226331de /devel/p5-mixin | |
parent | a9a035c0d32720b85f03ba5f8921388f0a45c276 (diff) | |
download | freebsd-ports-gnome-a8b5b44ad9cc608ee8e8957d93e2a640b784396a.tar.gz freebsd-ports-gnome-a8b5b44ad9cc608ee8e8957d93e2a640b784396a.tar.zst freebsd-ports-gnome-a8b5b44ad9cc608ee8e8957d93e2a640b784396a.zip |
Hunt for typos in devel/p5-*.
Diffstat (limited to 'devel/p5-mixin')
-rw-r--r-- | devel/p5-mixin/pkg-descr | 2 |
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. |