From 3267b65b50dabfb446b0ef48381f5befe185a9fa Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Mon, 4 May 2026 19:57:03 +0000
Subject: [PATCH] docs: Fix remaining British spellings (style guide cleanup)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
initialisation â initialization (hooks.xml, modules.xml, mod_crypto.xml)
Recognise â Recognize (mod_xml2enc.xml)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933830 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/developer/hooks.xml | 2 +-
docs/manual/developer/modules.xml | 2 +-
docs/manual/mod/mod_crypto.xml | 4 ++--
docs/manual/mod/mod_xml2enc.xml | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/manual/developer/hooks.xml b/docs/manual/developer/hooks.xml
index 010aa9ef8cf..a773350a0b0 100644
--- a/docs/manual/developer/hooks.xml
+++ b/docs/manual/developer/hooks.xml
@@ -174,7 +174,7 @@ static int my_something_doer(request_rec *r, int n)
Add a hook registering function
- During initialisation, the server will call each modules hook
+
During initialization, the server will call each modules hook
registering function, which is included in the module
structure:
diff --git a/docs/manual/developer/modules.xml b/docs/manual/developer/modules.xml
index e1f7f2e181f..f4fe42316f6 100644
--- a/docs/manual/developer/modules.xml
+++ b/docs/manual/developer/modules.xml
@@ -42,7 +42,7 @@
yet checks and acts upon the error.
- Initialisation Routines
+ Initialization Routines
These should now be renamed to better signify where they sit
in the overall process. So the name gets a small change from
mmap_init to mmap_post_config. The arguments
diff --git a/docs/manual/mod/mod_crypto.xml b/docs/manual/mod/mod_crypto.xml
index 7d0faff9d3c..b1db50cb4d5 100644
--- a/docs/manual/mod/mod_crypto.xml
+++ b/docs/manual/mod/mod_crypto.xml
@@ -203,7 +203,7 @@
CryptoIV
-IV (Initialisation Vector) to be used by the crypto filter
+IV (Initialization Vector) to be used by the crypto filter
CryptoIV value
CryptoIV none
server config
@@ -213,7 +213,7 @@
- The CryptoIV directive allows the IV (initialisation
+
The CryptoIV directive allows the IV (initialization
vector) to be specified for the particular URL space. The IV can be read from
a file, or can be set based on the expression parser,
allowing for flexible scenarios for the setting of keys.
diff --git a/docs/manual/mod/mod_xml2enc.xml b/docs/manual/mod/mod_xml2enc.xml
index 44aa3eb2d91..6d602971ebc 100644
--- a/docs/manual/mod/mod_xml2enc.xml
+++ b/docs/manual/mod/mod_xml2enc.xml
@@ -140,7 +140,7 @@ xml2EncDefault iso-8859-1
xml2EncAlias
-Recognise Aliases for encoding values
+Recognize Aliases for encoding values
xml2EncAlias charset alias [alias ...]
server config
--
2.47.3