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 go...@apache.org on 2011/10/06 21:29:55 UTC

svn commit: r1179779 - /perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod

Author: gozer
Date: Thu Oct  6 19:29:55 2011
New Revision: 1179779

URL: http://svn.apache.org/viewvc?rev=1179779&view=rev
Log:
Typo fix.
Submitted-By: Ken Ho


Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod?rev=1179779&r1=1179778&r2=1179779&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod Thu Oct  6 19:29:55 2011
@@ -452,7 +452,7 @@ data, which means that no runtime lockin
 data such as the syntax tree is shared from the I<parent>, which
 should reduce the overall mod_perl memory footprint.
 
-Rather than create a C<PerlInterperter> per-thread by default,
+Rather than create a C<PerlInterpreter> per-thread by default,
 mod_perl creates a pool of interpreters.  The pool mechanism helps cut
 down memory usage a great deal.  As already mentioned, the syntax tree
 is shared between all cloned interpreters.  If your server is serving



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