summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy_ftp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_proxy_ftp.xml')
-rw-r--r--docs/manual/mod/mod_proxy_ftp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy_ftp.xml b/docs/manual/mod/mod_proxy_ftp.xml
index 77582e711b..7a7c7b19f6 100644
--- a/docs/manual/mod/mod_proxy_ftp.xml
+++ b/docs/manual/mod/mod_proxy_ftp.xml
@@ -100,7 +100,7 @@
<section id="ftppass"><title>How can I hide the FTP cleartext password
in my browser's URL line?</title>
<p>To log in to an FTP server by username and password, Apache uses
- different strategies. In absense of a user name and password in the URL
+ different strategies. In absence of a user name and password in the URL
altogether, Apache sends an anonymous login to the FTP server,
<em>i.e.</em>,</p>
@@ -139,7 +139,7 @@
a base64-encoded cleartext string, and between the Apache proxy and the
FTP server as plaintext. You should therefore think twice before
accessing your FTP server via HTTP (or before accessing your personal
- files via FTP at all!) When using unsecure channels, an eavesdropper
+ files via FTP at all!) When using insecure channels, an eavesdropper
might intercept your password on its way.</p>
</note>
</section> <!-- /ftppass -->