]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
HTTP = Hyptertext Transfer Protocol
authorAndré Malo <nd@apache.org>
Sun, 12 Sep 2004 16:59:34 +0000 (16:59 +0000)
committerAndré Malo <nd@apache.org>
Sun, 12 Sep 2004 16:59:34 +0000 (16:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105090 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/glossary.xml

index 05a4fa670b893a68eeafd2350bf4cd763a1a05a6..baada93f9811e9bea36f112741b071abf203e9fc 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -210,7 +210,7 @@ version 1.1 of the protocol, referred to as HTTP/1.1 and defined by <a
 href="http://ietf.org/rfc/rfc2616.txt">RFC 2616</a>.</dd>
 
 <dt><a name="https">HTTPS</a></dt>
-<dd>The HyperText Transport Protocol (Secure), the standard encrypted
+<dd>The HyperText Transfer Protocol (Secure), the standard encrypted
     communication mechanism on the World Wide Web. This is actually just HTTP
     over <a name="ssl">SSL</a>.<br />
 See: <a href="ssl/">SSL/TLS Encryption</a></dd>