docs-xml: Fix spelling in Samba-Developers-Guide
authorAndreas Schneider <asn@samba.org>
Mon, 3 Apr 2023 08:00:27 +0000 (10:00 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 4 Apr 2023 07:31:36 +0000 (07:31 +0000)
Best reviewed with: `git show --word-diff`.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
docs-xml/Samba-Developers-Guide/cifsntdomain.xml
docs-xml/Samba-Developers-Guide/internals.xml
docs-xml/Samba-Developers-Guide/vfs.xml

index a302fb15c172adbcfa726a2468225e3256632428..074b90142396bca645ee7ff3782b7c82bd7939d1 100644 (file)
@@ -2336,7 +2336,7 @@ Note:     mailslots will contain a response mailslot, to which the response
 <variablelist>
 <varlistentry>
        <term>UINT16</term>
-<listitem><para>0x000A - Respose to Query for PDC</para></listitem></varlistentry>
+<listitem><para>0x000A - Response to Query for PDC</para></listitem></varlistentry>
 <varlistentry>
        <term>STR</term>
 <listitem><para>machine name (in uppercase)</para></listitem></varlistentry>
index a2c819c3411a7257142c03cb7bcc0b23491ef04e..04097ae8270f8d55acfd3cce84945e3ff2957d0e 100644 (file)
@@ -163,7 +163,7 @@ returns the byte at offset pos within buffer buf as an unsigned character.
 <para>
        returns the value of the unsigned short (16 bit) little-endian integer at
        offset pos within buffer buf.  An integer of this type is sometimes
-       refered to as "USHORT".
+       referred to as "USHORT".
 </para>
 </sect2>
 
@@ -225,7 +225,7 @@ pos within buffer buf.</para>
 <title>RSSVAL(buf,pos,val)</title>
 <para>sets the value of the unsigned short (16 bit) big-endian integer at
 offset pos within buffer buf to value val.
-refered to as "USHORT".</para>
+referred to as "USHORT".</para>
 </sect2>
 
 <sect2>
index 268295a20ea690138c2023fe62cdb62d36813c1e..dd0fa62b010d4e5462e69d6d1647c4a96607d362 100644 (file)
@@ -35,7 +35,7 @@ semantics.
 This abstraction layer now provides more features than a regular POSIX
 file system could fill in. It is not required that all of them should
 be implemented by your particular file system.  However, when those
-features are available, Samba would advertize them to a CIFS client
+features are available, Samba would advertise them to a CIFS client
 and they might be used by an application and in case of Windows client
 that might mean a client expects even more additional functionality
 when it encounters those features. There is a practical reason to