]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a typo
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 19 Apr 2021 12:16:24 +0000 (12:16 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 19 Apr 2021 12:16:24 +0000 (12:16 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888955 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/new_api_2_4.xml

index b49454975778e985b42834eb680b29008fff7f25..966d1eaf71d5ac8045c2c585e209a1953b741155 100644 (file)
     <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