diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2021-04-19 14:16:24 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2021-04-19 14:16:24 +0200 |
commit | ad12128c21155d14b2e52596ccaedcfc1fe606ec (patch) | |
tree | 6c27053cc4c03296d6d4326f454d18897c058500 /docs/manual | |
parent | Add a change entry (diff) | |
download | apache2-ad12128c21155d14b2e52596ccaedcfc1fe606ec.tar.xz apache2-ad12128c21155d14b2e52596ccaedcfc1fe606ec.zip |
Fix a typo
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888955 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/developer/new_api_2_4.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml index b494549757..966d1eaf71 100644 --- a/docs/manual/developer/new_api_2_4.xml +++ b/docs/manual/developer/new_api_2_4.xml @@ -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 |