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 2005/08/09 08:52:40 UTC

svn commit: r230999 - /perl/modperl/docs/trunk/src/start/tips/handler.pod

Author: pgollucci
Date: Mon Aug  8 23:52:37 2005
New Revision: 230999

URL: http://svn.apache.org/viewcvs?rev=230999&view=rev
Log:
spelling fix

Modified:
    perl/modperl/docs/trunk/src/start/tips/handler.pod

Modified: perl/modperl/docs/trunk/src/start/tips/handler.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/start/tips/handler.pod?rev=230999&r1=230998&r2=230999&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/start/tips/handler.pod (original)
+++ perl/modperl/docs/trunk/src/start/tips/handler.pod Mon Aug  8 23:52:37 2005
@@ -7,7 +7,7 @@
 Handlers are simply perl subroutines called by the server at various
 stages of the HTTP request cycle.  A content handler is a subroutine
 that is called by the response phase.  Handlers, are typically created
-as a perl modules, separate files store in a library, and accessable
+as a perl modules, separate files store in a library, and accessible
 via perl's C<@INC> array.
 
 For example, here's an example that returns a greeting and the current



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