
stas at apache
Mar 31, 2006, 8:13 PM
Post #1 of 1
(1047 views)
Permalink
|
|
svn commit: r390588 - /perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod
|
|
Author: stas Date: Fri Mar 31 20:13:33 2006 New Revision: 390588 URL: http://svn.apache.org/viewcvs?rev=390588&view=rev Log: s/were/where Submitted by: "uber spaced" <uber.spaced [at] gmail> 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/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod?rev=390588&r1=390587&r2=390588&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 Fri Mar 31 20:13:33 2006 @@ -523,7 +523,7 @@ the XS code was written for them here and there. mod_perl 2.0 generates the majority of XS code and provides thin -wrappers were needed to make the API more Perlish. As part of this +wrappers where needed to make the API more Perlish. As part of this goal, nearly the entire APR and Apache API, along with their public data structures are covered from the get-go. Certain functions and structures which are considered "private" to Apache or otherwise --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|