From 808432e47ca32ff4d9aac3cf97536b61286f4bde Mon Sep 17 00:00:00 2001 From: Chris Pepper Date: Sun, 23 Mar 2003 04:17:51 +0000 Subject: [PATCH] Fix typos: seperately, examle, refered (not the header), compatiblity, publically, Crypography. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99045 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/glossary.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml index 83df92f0ff..9241f560c0 100644 --- a/docs/manual/glossary.xml +++ b/docs/manual/glossary.xml @@ -120,7 +120,7 @@ Index
Dynamic Shared Object (DSO)
Modules compiled -seperately from the Apache httpd binary that can be loaded on-demand.
+separately from the Apache httpd binary that can be loaded on-demand.
See: Dynamic Shared Object Support
Environment Variable SSL/TLS Encryption data that is sent or received by the server. Input filters process data sent by the client to the server, while output filters process documents on the server before they are sent to the client. For -examle, the INCLUDES output filter processes documents +example, the INCLUDES output filter processes documents for Server Side Includes.
See: Filters @@ -186,7 +186,7 @@ See: Configuration Files
HyperText Transfer Protocol (HTTP)
The standard transmission protocol used on the World Wide Web. Apache implements -version 1.1 of the protocol, refered to as HTTP/1.1 and defined by RFC 2616.
HTTPS
@@ -219,7 +219,7 @@ href="mod/mod_mime.html">mod_mime program. Much of Apache's functionality is contained in modules that you can choose to include or exclude. Modules that are compiled into the Apache httpd binary are called static modules, while -modules that are stored seperately and can be optionally loaded at +modules that are stored separately and can be optionally loaded at run-time are called dynamic modules or DSOs. Modules that are included by default are called base modules. Many modules are available for Apache that are @@ -234,7 +234,7 @@ name="mmn">MMN) Module Magic Number is a constant defined in the Apache source code that is associated with binary compatibility of modules. It is changed when internal Apache structures, function calls and other significant -parts of API change in such a way that binary compatiblity cannot be +parts of API change in such a way that binary compatibility cannot be guaranteed any more. On MMN change, all third party modules have to be at least recompiled, sometimes even slightly changed in order to work with the new version of Apache. @@ -267,7 +267,7 @@ can deliver that content from its cache, rather than requesting it from the origin server each time, thereby reducing response time.
See: mod_proxy -
Public Key
The publically +
Public Key
The publicly available key in a Public Key Cryptography system, used to encrypt messages bound for its owner and to decrypt signatures made by its owner.
@@ -277,7 +277,7 @@ See: SSL/TLS Encryption
The study and application of asymmetric encryption systems, which use one key for encryption and another for decryption. A corresponding pair of such keys constitutes a key pair. Also called Asymmetric -Crypography.
See: SSL/TLS Encryption
+Cryptography.
See: SSL/TLS Encryption
Regular Expression (Regex)
A way of -- 2.40.0