r217 - libclass-default-perl/trunk/debian

Allard Hoeve hoeve-guest@haydn.debian.org
Thu, 17 Jun 2004 07:46:50 -0600


Author: hoeve-guest
Date: 2004-06-17 07:46:46 -0600 (Thu, 17 Jun 2004)
New Revision: 217

Modified:
   libclass-default-perl/trunk/debian/control
Log:
Spelling errors

Modified: libclass-default-perl/trunk/debian/control
===================================================================
--- libclass-default-perl/trunk/debian/control	2004-06-17 13:43:36 UTC (rev 216)
+++ libclass-default-perl/trunk/debian/control	2004-06-17 13:46:46 UTC (rev 217)
@@ -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.