Skip to content

Commit 3267b65

Browse files
committed
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
1 parent 246bd67 commit 3267b65

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/manual/developer/hooks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ static int my_something_doer(request_rec *r, int n)
174174
</section>
175175

176176
<section id="hooking-add"><title>Add a hook registering function</title>
177-
<p>During initialisation, the server will call each modules hook
177+
<p>During initialization, the server will call each modules hook
178178
registering function, which is included in the module
179179
structure:</p>
180180

docs/manual/developer/modules.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
yet checks and acts upon the error.</p>
4343
</section>
4444

45-
<section id="init"><title>Initialisation Routines</title>
45+
<section id="init"><title>Initialization Routines</title>
4646
<p>These should now be renamed to better signify where they sit
4747
in the overall process. So the name gets a small change from
4848
<code>mmap_init</code> to <code>mmap_post_config</code>. The arguments

docs/manual/mod/mod_crypto.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203

204204
<directivesynopsis>
205205
<name>CryptoIV</name>
206-
<description>IV (Initialisation Vector) to be used by the crypto filter</description>
206+
<description>IV (Initialization Vector) to be used by the crypto filter</description>
207207
<syntax>CryptoIV value</syntax>
208208
<default>CryptoIV none</default>
209209
<contextlist><context>server config</context>
@@ -213,7 +213,7 @@
213213
</contextlist>
214214

215215
<usage>
216-
<p>The <directive>CryptoIV</directive> directive allows the IV (initialisation
216+
<p>The <directive>CryptoIV</directive> directive allows the IV (initialization
217217
vector) to be specified for the particular URL space. The IV can be read from
218218
a file, or can be set based on the <a href="../expr.html">expression parser</a>,
219219
allowing for flexible scenarios for the setting of keys.</p>

docs/manual/mod/mod_xml2enc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ xml2EncDefault iso-8859-1
140140

141141
<directivesynopsis>
142142
<name>xml2EncAlias</name>
143-
<description>Recognise Aliases for encoding values</description>
143+
<description>Recognize Aliases for encoding values</description>
144144
<syntax>xml2EncAlias <var>charset alias [alias ...]</var></syntax>
145145
<contextlist><context>server config</context></contextlist>
146146

0 commit comments

Comments
 (0)