typo in DESCR and bump PKGNAME

from maintainer
This commit is contained in:
sturm 2008-02-03 13:48:56 +00:00
parent 87584e0923
commit 4c02a0b786
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/21 13:44:44 sturm Exp $
# $OpenBSD: Makefile,v 1.2 2008/02/03 13:48:56 sturm Exp $
COMMENT= perlish implementation of Java like inner classes
DISTNAME= Class-Inner-0.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel
MAINTAINER= Sebastian Trahm <basti@schleifi.com>

View File

@ -1,3 +1,3 @@
Class::Inner is yet nother implementation of an anonymous class with
Class::Inner is yet another implementation of an anonymous class with
per object overrideable methods, but with the added attraction of
sort of working dispatch to the parent class's method.