]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
docs: Fix remaining British spellings (style guide cleanup)
authorRich Bowen <rbowen@apache.org>
Mon, 4 May 2026 19:57:03 +0000 (19:57 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 4 May 2026 19:57:03 +0000 (19:57 +0000)
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
docs/manual/developer/modules.xml
docs/manual/mod/mod_crypto.xml
docs/manual/mod/mod_xml2enc.xml

index 010aa9ef8cfb8c943a9585834b88b446bae0e229..a773350a0b0e366da026e0face292c0e7650ca85 100644 (file)
@@ -174,7 +174,7 @@ static int my_something_doer(request_rec *r, int n)
     </section>
 
     <section id="hooking-add"><title>Add a hook registering function</title>
-      <p>During initialisation, the server will call each modules hook
+      <p>During initialization, the server will call each modules hook
       registering function, which is included in the module
       structure:</p>
 
index e1f7f2e181fe069f072dbebcc206f95ee871cc52..f4fe42316f69c86fe28beb78258e18bd381d5efb 100644 (file)
@@ -42,7 +42,7 @@
       yet checks and acts upon the error.</p>
     </section>
 
-    <section id="init"><title>Initialisation Routines</title>
+    <section id="init"><title>Initialization Routines</title>
       <p>These should now be renamed to better signify where they sit
       in the overall process. So the name gets a small change from
       <code>mmap_init</code> to <code>mmap_post_config</code>. The arguments
index 7d0faff9d3c947db62ff411839e7118d81d5410f..b1db50cb4d5057bdbf8932387b0f589b77310a00 100644 (file)
 
 <directivesynopsis>
 <name>CryptoIV</name>
-<description>IV (Initialisation Vector) to be used by the crypto filter</description>
+<description>IV (Initialization Vector) to be used by the crypto filter</description>
 <syntax>CryptoIV value</syntax>
 <default>CryptoIV none</default>
 <contextlist><context>server config</context>
 </contextlist>
 
 <usage>
-    <p>The <directive>CryptoIV</directive> directive allows the IV (initialisation
+    <p>The <directive>CryptoIV</directive> 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 <a href="../expr.html">expression parser</a>,
     allowing for flexible scenarios for the setting of keys.</p>
index 44aa3eb2d9119d508ebb1c448227fefa8745cf3c..6d602971ebc6e582c4d69c23bfaee50843438e1a 100644 (file)
@@ -140,7 +140,7 @@ xml2EncDefault iso-8859-1
 
 <directivesynopsis>
 <name>xml2EncAlias</name>
-<description>Recognise Aliases for encoding values</description>
+<description>Recognize Aliases for encoding values</description>
 <syntax>xml2EncAlias <var>charset alias [alias ...]</var></syntax>
 <contextlist><context>server config</context></contextlist>