]> granicus.if.org Git - apache/commitdiff
Fix typo.
authorHiroaki Kawai <kawai@apache.org>
Mon, 18 Jul 2005 13:10:34 +0000 (13:10 +0000)
committerHiroaki Kawai <kawai@apache.org>
Mon, 18 Jul 2005 13:10:34 +0000 (13:10 +0000)
Submitted by: Daniel Lopez <daniel@rawbyte.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@219484 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.xml

index 45cacae108bd36c49ad3d722982f204888ca650e..3ae949113dfdc9a14d27edcadc75cbd31e1911b1 100644 (file)
     common method is <code>Basic</code>, and this is the method
     implemented by <module>mod_auth_basic</module>. It is important to be aware,
     however, that Basic authentication sends the password from the client to
-    the browser unencrypted. This method should therefore not be used for
+    the server unencrypted. This method should therefore not be used for
     highly sensitive data. Apache supports one other authentication method:
     <code>AuthType Digest</code>. This method is implemented by <module
     >mod_auth_digest</module> and is much more secure. Only the most recent