Mailing List Archive

svn commit: r1888955 - /httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml
Author: jailletc36
Date: Mon Apr 19 12:16:24 2021
New Revision: 1888955

URL: http://svn.apache.org/viewvc?rev=1888955&view=rev
Log:
Fix a typo

[skip ci]

Modified:
httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml

Modified: httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml?rev=1888955&r1=1888954&r2=1888955&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml (original)
+++ httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml Mon Apr 19 12:16:24 2021
@@ -358,7 +358,7 @@
<p><code>ap_log_*error</code> are now implemented as macros. This means
that it is no longer possible to use <code>#ifdef</code> inside the
argument list of <code>ap_log_*error</code>, as this would cause
- undefined behavor according to C99.</p>
+ undefined behavior according to C99.</p>

<p>A <code>server_rec</code> pointer must be passed to
<code>ap_log_error()</code> when called after startup. This