Minor spell fixes
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 21 Apr 2004 08:16:42 +0000 (08:16 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 21 Apr 2004 08:16:42 +0000 (08:16 +0000)
doc/installation.xml
doc/introduction.xml
doc/reference.xml
doc/using.xml

index fab423e..4c32b9d 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="installation">
-  <!-- $Id: installation.xml,v 1.3 2004-04-15 12:04:01 adam Exp $ -->
+  <!-- $Id: installation.xml,v 1.4 2004-04-21 08:16:42 adam Exp $ -->
   <title>Installation</title>
   <para>
    You need a C++ compiler to compile and use YAZ proxy.
   <para>
    We also highly recommend that
    <ulink url="http://xmlsoft.org/">libxml2</ulink> and
-   <ulink url="http://xmlsoft.org/XSLT/">libxslt</ulink> are installed.
+   <ulink url="http://xmlsoft.org/XSLT/">libXSLT</ulink> are installed.
    YAZ must be configured with libxml2 support.
    If not, SRW/SRU is not supported.
-   The YAZ Proxy uses libxslt for record conversions via XSLT.
+   The YAZ Proxy uses libXSLT for record conversions via XSLT.
   </para>
   <section id="unix">
    <title>Building on Unix</title>
@@ -64,7 +64,7 @@
      <varlistentry>
       <term><literal>--with-xslt </literal>directory</term>
       <listitem><para>
-        Specifies prefix for libxslt (and libxml2).
+        Specifies prefix for libXSLT (and libxml2).
        configure must be able to locate <command>xslt-config</command>
        in PREFIX/bin. If this option is omitted, configure looks
        for <command>xslt-config</command> in the current PATH.
        If <literal>HAVE_LIBXSLT</literal> is set to 1, the proxy is compiled
        with XSLT and XML support. In this configuration, set 
        <literal>LIBXSLT_DIR</literal> to the 
-       <ulink url="http://www.xmlsoft.org/">libxslt</ulink> source
+       <ulink url="http://www.xmlsoft.org/">libXSLT</ulink> source
        directory.
        </para>
        
        </note>
        
        <para>
-       Windows versions of libxslt, libxml2, zlib and iconv can be found
+       Windows versions of libXSLT, libxml2, zlib and iconv can be found
        <ulink url="http://www.zlatkovic.com/libxml.en.html">
         here</ulink>.
        </para>
index e87211f..8a9cdfd 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: introduction.xml,v 1.3 2004-04-15 12:04:01 adam Exp $ -->
+<!-- $Id: introduction.xml,v 1.4 2004-04-21 08:16:42 adam Exp $ -->
  <chapter id="introduction"><title>Introduction</title>
   <para>
    The <ulink url="http://www.indexdata.dk/yazproxy/">YAZ Proxy</ulink> is
@@ -78,7 +78,7 @@
    <para>
     Configuration and installation assistance and ongoing support is
     available for the YAZ Proxy.
-    For futher information about support or licensing options, please
+    For further information about support or licensing options, please
     contact David Dorman in the
     US (dorman at indexdata.com, 860-346-1237 or toll free 866-489-1568)
     or Sebastian Hammer in Denmark (quinn a indexdata.com, or +45 3341 0100)   
index aeeefa1..644fe58 100644 (file)
@@ -12,7 +12,7 @@
     see <xref linkend="proxy-usage"/>.
    </para>
    <para>
-    As an option the proxy may change user identity to a less priviledged
+    As an option the proxy may change user identity to a less privileged
     user.
    </para>
   </section>
     </para>
     <para>
      The following sets maximum number of bytes transferred in a
-     target session to 1 MB and maxinum of requests to 400.
+     target session to 1 MB and maximum of requests to 400.
      <screen>
       &lt;keepalive>
        &lt;bandwidth>1048576&lt;/bandwidth>
    <screen><![CDATA[
     <?xml version="1.0"?>
 <!-- XML Schema for YAZ proxy config file.
-    $Id: reference.xml,v 1.3 2004-04-20 23:49:48 adam Exp $
+    $Id: reference.xml,v 1.4 2004-04-21 08:16:42 adam Exp $
 -->
 <xs:schema
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
index 0eaeb58..add3570 100644 (file)
@@ -8,7 +8,7 @@
    The YAZ Proxy is useful for debugging SRW/SRU/Z39.50 software, logging
    APDUs, redirecting Z39.50 packages through firewalls, etc.
    Furthermore, it offers facilities that often
-   boost performance for connectionless Z39.50 clients such
+   boost performance for connection-less Z39.50 clients such
    as web gateways.
   </para>
   <para>
    </para>
     <screen><![CDATA[
 <?xml version="1.0"?>
-<!-- $Id: using.xml,v 1.3 2004-04-20 23:49:48 adam Exp $ -->
+<!-- $Id: using.xml,v 1.4 2004-04-21 08:16:42 adam Exp $ -->
 <proxy xmlns="http://indexdata.dk/yazproxy/schema/0.8/">
   <target name="bagel">
     <url>indexdata.dk</url>
     <filename>pqf.properties</filename>.
     A complete BATH/DC conversion file
     <filename>pqf.properties</filename> is
-    part of yazproxy in sub direcory <filename>etc</filename>.
+    part of yazproxy in sub directory <filename>etc</filename>.
    </para>
    <para>
     Explain information is embedded in the configuration file.