summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-04-06 15:51:35 +0200
committerAndreas Schneider <asn@cryptomilk.org>2023-04-11 09:06:35 +0000
commit3c96f7d80e5f300aa5f53666a14bc9e02080969e (patch)
treee04dad4ad74d5e97a692642e738d242b0de46a99 /docs-xml
parent8f18fadd31d2be93234f37eac312cd87759022d0 (diff)
downloadsamba-3c96f7d80e5f300aa5f53666a14bc9e02080969e.tar.gz
docs-xml: Fix spelling
Best reviewed with: `git show --word-diff`. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/Samba-Developers-Guide/internals.xml2
-rw-r--r--docs-xml/build/DTD/samba.entities6
-rw-r--r--docs-xml/smbdotconf/protocol/clientusespnego.xml4
-rw-r--r--docs-xml/xslt/docbook2pearson.xsl2
-rw-r--r--docs-xml/xslt/strip-references.xsl2
5 files changed, 8 insertions, 8 deletions
diff --git a/docs-xml/Samba-Developers-Guide/internals.xml b/docs-xml/Samba-Developers-Guide/internals.xml
index 04097ae8270..b3fa5282e95 100644
--- a/docs-xml/Samba-Developers-Guide/internals.xml
+++ b/docs-xml/Samba-Developers-Guide/internals.xml
@@ -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>
diff --git a/docs-xml/build/DTD/samba.entities b/docs-xml/build/DTD/samba.entities
index bba0c2c396b..6351a3af3e3 100644
--- a/docs-xml/build/DTD/samba.entities
+++ b/docs-xml/build/DTD/samba.entities
@@ -1,5 +1,5 @@
<!--
- vim:ft=dtd
+ vim:ft=dtd
-->
<!-- Email Address' -->
@@ -387,7 +387,7 @@
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>
@@ -860,7 +860,7 @@
<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>
diff --git a/docs-xml/smbdotconf/protocol/clientusespnego.xml b/docs-xml/smbdotconf/protocol/clientusespnego.xml
index 2d45f912f17..6740b8c1a9f 100644
--- a/docs-xml/smbdotconf/protocol/clientusespnego.xml
+++ b/docs-xml/smbdotconf/protocol/clientusespnego.xml
@@ -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>
diff --git a/docs-xml/xslt/docbook2pearson.xsl b/docs-xml/xslt/docbook2pearson.xsl
index ebe2a955a27..196941ae718 100644
--- a/docs-xml/xslt/docbook2pearson.xsl
+++ b/docs-xml/xslt/docbook2pearson.xsl
@@ -837,7 +837,7 @@
<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"/>
diff --git a/docs-xml/xslt/strip-references.xsl b/docs-xml/xslt/strip-references.xsl
index 951d4be174c..56b782a2c14 100644
--- a/docs-xml/xslt/strip-references.xsl
+++ b/docs-xml/xslt/strip-references.xsl
@@ -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']"/>