
gozer at apache
Mar 6, 2006, 10:35 AM
Post #1 of 1
(1058 views)
Permalink
|
|
svn commit: r383612 - /perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod
|
|
Author: gozer Date: Mon Mar 6 10:35:21 2006 New Revision: 383612 URL: http://svn.apache.org/viewcvs?rev=383612&view=rev Log: Small typo fix. Submitted-By: Fred Moyer <fred [at] taperfriendlymusic> Modified: perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod?rev=383612&r1=383611&r2=383612&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod Mon Mar 6 10:35:21 2006 @@ -201,7 +201,7 @@ C<L<PerlModule|/C_PerlModule_>>, in a sense that it loads a module. The difference is that it's used to triggers L<an early Perl startup|docs::2.0::user::handlers::server/mod_perl_Startup>. This can -be usefull for modules that need to be loaded early, as is the case +be useful for modules that need to be loaded early, as is the case for modules that implement L<new Apache directives|docs::2.0::user::config::custom>, which are needed during the configuration phase. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|