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 st...@apache.org on 2005/03/23 18:26:27 UTC

svn commit: r158803 - perl/modperl/docs/trunk/src/docs/2.0/api/Apache/Log.pod

Author: stas
Date: Wed Mar 23 09:26:26 2005
New Revision: 158803

URL: http://svn.apache.org/viewcvs?view=rev&rev=158803
Log:
typos fix
Contributed by: Malcolm J Harwood <mj...@liminalflux.net>

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache/Log.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache/Log.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache/Log.pod?view=diff&r1=158802&r2=158803
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache/Log.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache/Log.pod Wed Mar 23 09:26:26 2005
@@ -55,7 +55,7 @@
                      APR::ENOTIME, "in debug");
   
       $s->log_serror(Apache::Log::LOG_MARK, Apache::LOG_INFO,
-                     APR::SUCESS, "server info");
+                     APR::SUCCESS, "server info");
   
       $s->log_serror(Apache::Log::LOG_MARK, Apache::LOG_ERR,
                      APR::ENOTIME, "fatal error");
@@ -153,7 +153,7 @@
 
 
 Make sure to compile the APR status constants before using them. For
-example to compile C<APR::SUCESS> and all the APR error status
+example to compile C<APR::SUCCESS> and all the APR error status
 constants do:
 
   use APR::Const    -compile => qw(:error SUCCESS);



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