docs-xml: Fix spelling
authorAndreas Schneider <asn@samba.org>
Thu, 6 Apr 2023 13:51:35 +0000 (15:51 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 11 Apr 2023 09:06:35 +0000 (09:06 +0000)
Best reviewed with: `git show --word-diff`.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
docs-xml/Samba-Developers-Guide/internals.xml
docs-xml/build/DTD/samba.entities
docs-xml/smbdotconf/protocol/clientusespnego.xml
docs-xml/xslt/docbook2pearson.xsl
docs-xml/xslt/strip-references.xsl

index 04097ae8270f8d55acfd3cce84945e3ff2957d0e..b3fa5282e95d70c34977776f5fb78a889883ee4f 100644 (file)
@@ -361,7 +361,7 @@ An adjustment which tells the amount by which pointers in the returned
 data should be adjusted.  This value should be read with SVAL().  Basically,
 the address of the start of the returned data buffer should have the returned
 pointer value added to it and then have this value subtracted from it in
-order to obtain the currect offset into the returned data buffer.
+order to obtain the correct offset into the returned data buffer.
 </para></listitem>
 
 <listitem><para>
index bba0c2c396b09b930429f73c2b9751893136080b..6351a3af3e3e7ac270948a3741310bf441248a35 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-       vim:ft=dtd 
+       vim:ft=dtd
 -->
 
 <!-- Email Address' -->
                        This option is used to determine what naming services
                        and in what order to resolve host names to IP
                        addresses. The option takes a space-separated string of
-                       different name resolution options. The best ist to wrap
+                       different name resolution options. The best is to wrap
                        the whole --name-resolve=NAME-RESOLVE-ORDER into
                        quotes.
                </para>
        <term>-k|--kerberos=yes|no</term>
        <listitem>
                <para>
-                       Wether to use kerberos authentication. This option is
+                       Whether to use kerberos authentication. This option is
                        deprecated. Migrate to --use-kerberos!
                </para>
        </listitem>
index 2d45f912f17982a887b690ad789d59d6c18ac97e..6740b8c1a9f31ba401ba1916dad401e2df8f4283 100644 (file)
@@ -11,8 +11,8 @@
     <command>client use spnego = yes</command>
     will be the enforced behaviour.</para>
 
-    <para> This variable controls whether Samba clients will try 
-    to use Simple and Protected NEGOciation (as specified by rfc2478) with 
+    <para> This variable controls whether Samba clients will try
+    to use Simple and Protected NEGOtiation (as specified by rfc2478) with
     supporting servers (including WindowsXP, Windows2000 and Samba
     3.0) to agree upon an authentication
     mechanism.  This enables Kerberos authentication in particular.</para>
index ebe2a955a27d8d543087f3599bd386f0064432b8..196941ae718dd2f26fa2129df822474660d0dce1 100644 (file)
                   <xsl:otherwise>
                           <xsl:if test="$refelem != ''">
                                   <xsl:message>
-                                          <xsl:text>Cant't handle xref to </xsl:text>
+                                          <xsl:text>Can't handle xref to </xsl:text>
                                           <xsl:value-of select="$refelem"/>
                                           <xsl:text>:</xsl:text>
                                           <xsl:value-of select="@linkend"/>
index 951d4be174c5b3ae01a4dd710948209fb841c7d6..56b782a2c142631cedbecf8d5faa747494cf2611 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version='1.0'?>
-<!-- Removes particular (unuseful for the book) elements from references -->
+<!-- Removes particular (useless for the book) elements from references -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
        version="1.1">
        <xsl:template match="reference/refentry/refsect1[title='VERSION' or title='AUTHOR']"/>