From: Christophe Jaillet
Date: Mon, 19 Apr 2021 12:16:24 +0000 (+0000)
Subject: Fix a typo
X-Git-Tag: 2.5.0-alpha2-ci-test-only~963
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad12128c21155d14b2e52596ccaedcfc1fe606ec;p=thirdparty%2Fapache%2Fhttpd.git
Fix a typo
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888955 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml
index b4945497577..966d1eaf71d 100644
--- a/docs/manual/developer/new_api_2_4.xml
+++ b/docs/manual/developer/new_api_2_4.xml
@@ -358,7 +358,7 @@
ap_log_*error are now implemented as macros. This means
that it is no longer possible to use #ifdef inside the
argument list of ap_log_*error, as this would cause
- undefined behavor according to C99.
+ undefined behavior according to C99.
A server_rec pointer must be passed to
ap_log_error() when called after startup. This