r228 - packages/libclass-default-perl/trunk/debian
Allard Hoeve
hoeve-guest@haydn.debian.org
Thu, 17 Jun 2004 08:27:17 -0600
Author: hoeve-guest
Date: 2004-06-17 08:27:06 -0600 (Thu, 17 Jun 2004)
New Revision: 228
Modified:
packages/libclass-default-perl/trunk/debian/control
Log:
Spelling checker warned about usefull and persistant
Modified: packages/libclass-default-perl/trunk/debian/control
===================================================================
--- packages/libclass-default-perl/trunk/debian/control 2004-06-17 14:27:02 UTC (rev 227)
+++ packages/libclass-default-perl/trunk/debian/control 2004-06-17 14:27:06 UTC (rev 228)
@@ -20,8 +20,8 @@
method, like CGI->header, your call is being applied to a default
instantiation of a CGI object.
.
- This technique appears to be especially usefull when writing modules that you
- want to be used in either a single use or a persistant environment. In a CGI
+ This technique appears to be especially useful when writing modules that you
+ want to be used in either a single use or a persistent environment. In a CGI
like environment, you want the simplicity of a static interface. You can
call Class->method directly, without having to pass an instantiation
around constantly.