Spell fixes.
[yaz-moved-to-github.git] / doc / comstack.xml
index 86b88f6..671788a 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: comstack.xml,v 1.2 2001-07-19 23:29:40 adam Exp $ -->
+<!-- $Id: comstack.xml,v 1.3 2001-08-13 09:42:54 adam Exp $ -->
  <chapter><title id="comstack">The COMSTACK Module</title>
 
   <sect1><title>Synopsis (blocking mode)</title>
@@ -116,7 +116,7 @@ if (buf)
 
     <para>
      Closes the connection (as elegantly as the lower layers will permit),
-     and releases the resouces pointed to by the
+     and releases the resources pointed to by the
      <literal>handle</literal>
      parameter. The
      <literal>handle</literal>
@@ -187,7 +187,7 @@ if (buf)
      The <function>cs_get()</function> function will sometimes
      (notably in the TCP/IP mode) read more than a single protocol package
      off the network. When this happens, the extra package is stored
-     by the subsystem. After callig <function>cs_get()</function>, and before
+     by the subsystem. After calling <function>cs_get()</function>, and before
      waiting for more input, You should always call
      <function>cs_more()</function>
      to check if there's a full protocol package already read. If
@@ -300,7 +300,7 @@ if (buf)
    <para>
     Complete a connect operation initiated by <function>cs_connect()</function>.
     It will return 0 on success; 1 if the operation has not yet completed (in
-    this case, call the function again later); -1 if an error has occured.
+    this case, call the function again later); -1 if an error has occurred.
    </para>
 
   </sect1>
@@ -351,7 +351,7 @@ if (buf)
    </synopsis>
 
    <para>
-    This finalises the server-side association establishment, after
+    This finalizes the server-side association establishment, after
     cs_listen has completed successfully. It returns a new connection
     endpoint, which represents the new association. The application will
     typically wish to fork off a process to handle the association at this
@@ -368,7 +368,7 @@ if (buf)
    </synopsis>
 
    <para>
-    on an established connection to retrieve the hostname of the remote host.
+    on an established connection to retrieve the host-name of the remote host.
    </para>
 
    <note>
@@ -515,7 +515,7 @@ if (buf)
 
    <sect2><title>Installing Xtimosi</title>
     <para>
-     Although you will have to download Peter Furniss' XTI/mOSI
+     Although you will have to down-load Peter Furniss' XTI/mOSI
      implementation for yourself, we've tried to make the integration as
      simple as possible.
     </para>
@@ -529,7 +529,7 @@ if (buf)
     </screen>
 
     <para>
-     When you have downloaded and unpacked the archive, it will (we assume)
+     When you have down-loaded and unpacked the archive, it will (we assume)
      have created a directory called <literal>xtimosi</literal>.
      We suggest that you place this directory <emphasis>in the same
       directory</emphasis> where you unpacked the &yaz;