Skip to content

Commit 37dddfd

Browse files
committed
Fixing misspellings found by codespell.
1 parent f41b8f8 commit 37dddfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mod_proxy_protocol.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h2><a name="Usage">Usage</a></h2>
217217
example, perhaps you want to use <code>mod_ifsession</code> to change the
218218
behavior of some module, <i>e.g.</i> <code>mod_ban</code>, based on the IP
219219
address of the original client. This means that <code>mod_proxy_protocol</code>
220-
would need to hande the connection <i>first</i>, so that it can decode the
220+
would need to handle the connection <i>first</i>, so that it can decode the
221221
<code>PROXY</code> protocol and set the correct client IP address.
222222
<i>However</i>, the ProFTPD build system is hardcoded to ensure that the
223223
<code>mod_ifsession</code> will always be first -- <i>if</i> using static
@@ -346,7 +346,7 @@ <h2><a name="Installation">Installation</a></h2>
346346
<i>proftpd-dir</i>/contrib/
347347
</pre>
348348
after unpacking the latest proftpd-1.3.<i>x</i> source code. For including
349-
<code>mod_proxy_protocol</code> as a staticly linked module:
349+
<code>mod_proxy_protocol</code> as a statically linked module:
350350
<pre>
351351
$ ./configure --with-modules=...:mod_proxy_protocol
352352
</pre>
@@ -416,7 +416,7 @@ <h2><a name="Installation">Installation</a></h2>
416416
<p>
417417
<hr>
418418
<font size=2><b><i>
419-
&copy; Copyright 2013-2022 TJ Saunders<br>
419+
&copy; Copyright 2013-2025 TJ Saunders<br>
420420
All Rights Reserved<br>
421421
</i></b></font>
422422

0 commit comments

Comments
 (0)