From ad12128c21155d14b2e52596ccaedcfc1fe606ec Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Mon, 19 Apr 2021 12:16:24 +0000
Subject: [PATCH] Fix a typo
[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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.47.3