You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by pg...@apache.org on 2006/07/02 07:44:25 UTC

svn commit: r418553 - /perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod

Author: pgollucci
Date: Sat Jul  1 22:44:23 2006
New Revision: 418553

URL: http://svn.apache.org/viewvc?rev=418553&view=rev
Log:
correct typo

Submitted by: fred@taperfriendlymusic.org
Message ID: <Pi...@app.redhotpenguin.com>


Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod?rev=418553&r1=418552&r2=418553&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod Sat Jul  1 22:44:23 2006
@@ -822,7 +822,7 @@
   use Apache2::Module ();
   use Apache2::CmdParms ();
   my @directives = (...);
-  Apache2::Module::add(__PACKLAGE__, \@directives);
+  Apache2::Module::add(__PACKAGE__, \@directives);
   ...
   sub SERVER_CREATE {
       my ($class, $parms) = @_;



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org