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 <[EMAIL PROTECTED]>

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to