
pgollucci at apache
Oct 26, 2005, 8:10 PM
Post #1 of 1
(898 views)
Permalink
|
|
svn commit: r328773 - /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Reload.pod
|
|
Author: pgollucci Date: Wed Oct 26 20:10:15 2005 New Revision: 328773 URL: http://svn.apache.org/viewcvs?rev=328773&view=rev Log: fix typo Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Reload.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Reload.pod URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Reload.pod?rev=328773&r1=328772&r2=328773&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Reload.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Reload.pod Wed Oct 26 20:10:15 2005 @@ -163,7 +163,7 @@ =head1 Performance Issues -This modules is perfectly suited for a development environment. Though +This module is perfectly suited for a development environment. Though it's possible that you would like to use it in a production environment, since with C<Apache2::Reload> you don't have to restart the server in order to reload changed modules during software --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|