summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-04-20 13:38:00 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-04-20 13:38:00 +0200
commit1054c76916093198594b5fd7147eb5ce28d8ed38 (patch)
tree68613777d7ffbec7c44cbe77b42d111a3067be09 /docs
parentSimiliar? Never hoid of such. (diff)
downloadapache2-1054c76916093198594b5fd7147eb5ce28d8ed38.tar.xz
apache2-1054c76916093198594b5fd7147eb5ce28d8ed38.zip
fix typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328331 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-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 -->