]> granicus.if.org Git - apache/commitdiff
fix typos
authorDaniel Gruno <humbedooh@apache.org>
Fri, 20 Apr 2012 11:38:00 +0000 (11:38 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 20 Apr 2012 11:38:00 +0000 (11:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328331 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_ftp.xml

index 77582e711b5e18211d3cfa3cd4dbfe4ce333f7d9..7a7c7b19f6b13dc7d6f78c262e29d5178c440b9e 100644 (file)
     <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>
 
         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 -->