From: Rich Bowen Date: Mon, 4 May 2026 19:57:03 +0000 (+0000) Subject: docs: Fix remaining British spellings (style guide cleanup) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3267b65b50dabfb446b0ef48381f5befe185a9fa;p=thirdparty%2Fapache%2Fhttpd.git docs: Fix remaining British spellings (style guide cleanup) 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 --- diff --git a/docs/manual/developer/hooks.xml b/docs/manual/developer/hooks.xml index 010aa9ef8c..a773350a0b 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 e1f7f2e181..f4fe42316f 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 7d0faff9d3..b1db50cb4d 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 44aa3eb2d9..6d602971eb 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