Spell fixes
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 30 May 2002 20:57:38 +0000 (20:57 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 30 May 2002 20:57:38 +0000 (20:57 +0000)
doc/client.xml
doc/frontend.xml

index 3293dc9..92b3860 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: client.xml,v 1.11 2002-02-24 12:23:43 adam Exp $ -->
+<!-- $Id: client.xml,v 1.12 2002-05-30 20:57:38 adam Exp $ -->
  <chapter id="client"><title>The YAZ client</title>
   <sect1 id="client.introduction"><title>Introduction</title>
    <para>
@@ -75,7 +75,7 @@
      </term><listitem>
       <simpara>Specifies proxy address. When set YAZ client will
        connect to a proxy on the address and port given. 
-       The actual target will be specifed as part of the InitRequest
+       The actual target will be specified as part of the InitRequest
        to inform the proxy about actual target.
       </simpara></listitem>
     </varlistentry>
@@ -93,7 +93,7 @@
       <literal>-k</literal> <replaceable>kilobytes</replaceable>
      </term><listitem>
       <simpara>Specifies the maximum messages size in kilobytes.
-       The default maxium messages for the YAZ client is 1024
+       The default maximum messages for the YAZ client is 1024
        (1 MB).
       </simpara></listitem>
     </varlistentry>
index 2121b07..57b5471 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: frontend.xml,v 1.11 2002-03-05 12:45:48 mike Exp $ -->
+<!-- $Id: frontend.xml,v 1.12 2002-05-30 20:57:38 adam Exp $ -->
  <chapter id="server"><title>Generic server</title>
   <sect1><title>Introduction</title>
 
@@ -224,7 +224,7 @@ statserv_options_block *statserv_getcontrol(void);
      
      <varlistentry><term>
        <literal>int idle_timeout;</literal></term>
-      <listitem><para>Maximum session idletime, in minutes. Zero indicates
+      <listitem><para>Maximum session idle-time, in minutes. Zero indicates
        no (infinite) timeout. Default is 120 minutes.
        </para></listitem></varlistentry>
      
@@ -651,7 +651,7 @@ typedef enum {
 } bend_scan_status;
 
 typedef struct bend_scan_rr {
-    int num_bases;      /* number of elements in databaselist */
+    int num_bases;      /* number of elements in database list */
     char **basenames;   /* databases to search */
     oid_value attributeset;
     Z_ReferenceId *referenceId; /* reference ID */