Fix typos in man-pages
authorMichele Baldessari <michele@acksyn.org>
Tue, 9 Jul 2013 21:23:33 +0000 (23:23 +0200)
committerSimo Sorce <idra@samba.org>
Wed, 10 Jul 2013 14:45:07 +0000 (16:45 +0200)
Fix some typos in the man-pages.

Signed-off-by: Michele Baldessari <michele@acksyn.org>
Reviewed-by: Simo Sorce <idra@samba.org>
Autobuild-User(master): Simo Sorce <idra@samba.org>
Autobuild-Date(master): Wed Jul 10 16:45:07 CEST 2013 on sn-devel-104

docs-xml/manpages/dbwrap_tool.1.xml
docs-xml/manpages/idmap_autorid.8.xml
docs-xml/manpages/net.8.xml
docs-xml/manpages/pdbedit.8.xml
docs-xml/manpages/samba.7.xml
docs-xml/manpages/smbclient.1.xml
docs-xml/manpages/smbpasswd.5.xml
docs-xml/manpages/vfs_smb_traffic_analyzer.8.xml

index e2b2cee166db3bef904efe45955c7787137f7dd3..a1a2f971b2855da7a705faa855335c4ed2c327a6 100644 (file)
@@ -49,7 +49,7 @@
                <listitem><para>fetch: fetch a record</para></listitem>
                <listitem><para>store: create or modify a record</para></listitem>
                <listitem><para>delete: remove a record</para></listitem>
-               <listitem><para>exists: test for existance of a record</para></listitem>
+               <listitem><para>exists: test for existence of a record</para></listitem>
                <listitem><para>erase: remove all records</para></listitem>
                <listitem><para>listkeys: list all available records</para></listitem>
                <listitem><para>listwatchers: list processes, which are waiting for changes in a record</para></listitem>
index c35f903d541568bca557d4589abde865d55a3da2..7446d53cd78ed84a58cd4dddfbefe8dd7e1cf68f 100644 (file)
        <title>EXAMPLES</title>
        <para>
                This example shows you the minimal configuration that will
-               work for the principial domain and 19 trusted domains / range
+               work for the principal domain and 19 trusted domains / range
                extensions.
        </para>
 
index dd5b3ab1f26e02fb1eff05ecfa29f574eeca5574..0df2e0774c43f6f3933b157fccbb00308fc1835a 100644 (file)
@@ -1671,7 +1671,7 @@ shares created by other users.
 
 <para>Starting with version 3.2.0, a Samba server can be configured by data
 stored in registry. This configuration data can be edited with the new "net
-conf" commands. There is also the possiblity to configure a remote Samba server
+conf" commands. There is also the possibility to configure a remote Samba server
 by enabling the RPC conf mode and specifying the the address of the remote server.
 </para>
 
index 4bb375170150d70da6f547d57c4e4d0bdffeab93..c5d6b235790164c52a9980e5eb75499462f035a1 100644 (file)
@@ -289,7 +289,7 @@ retype new password
 </programlisting>
 </para>
 
-               <note><para>pdbedit does not call the unix password syncronisation 
+               <note><para>pdbedit does not call the unix password synchronization 
                                script if <smbconfoption name="unix password sync"/>
                                has been set. It only updates the data in the Samba 
                                user database. 
index 9299660d2ecba25304ae96877f2b6f853146d65b..cedb4e4714f5cd8c5fbb6eb695ff45944f52c7b8 100644 (file)
@@ -91,7 +91,7 @@
                <manvolnum>8</manvolnum></citerefentry></term>
                <listitem><para>The <command>samba-tool</command>
                is the main Samba Administration tool regarding
-               Acitive Directory services.</para>
+               Active Directory services.</para>
                </listitem>
                </varlistentry>
 
index 328fd50efe4f0afeaa1581c768ceb8b7d5b012c8..b222c56981d83ceb40d155a20aee215bfb355dd0 100644 (file)
                sent to the server on directory listings and file opens. If
                the "backup intent" flag is true, the server will try and
                bypass some file system checks if the user has been granted
-               SE_BACKUP or SE_RESTORE privilages. This state is useful when
+               SE_BACKUP or SE_RESTORE privileges. This state is useful when
                performing a backup or restore operation.
                </para></listitem>
                </varlistentry>
index fc512b81098145abc224d3b045d8f7f900b1fc51..986dedbc1f8f71be6a82918b73c10e79ed71c996 100644 (file)
@@ -39,7 +39,7 @@
        <para>The format of the smbpasswd file used by Samba 2.2 
        is very similar to the familiar Unix <filename>passwd(5)</filename> 
        file. It is an ASCII file containing one line for each user. Each field 
-       ithin each line is separated from the next by a colon. Any entry 
+       within each line is separated from the next by a colon. Any entry 
        beginning with '#' is ignored. The smbpasswd file contains the 
        following information for each user: </para>
 
index 0daafc62a365ad55b7c690276b0ab6fae37a8d91..38644e7bc5495de5c4f6c8f7d4d67be880b82def 100644 (file)
                The module now can identify itself against the receiver with a sub-release number, where
                the receiver may run with a different sub-release number than the module. However, as
                long as both run on the V2.x protocol, the receiver will not crash, even if the module
-               uses features only implemented in the newer subrelease. Ultimatively, if the module uses
+               uses features only implemented in the newer subrelease. Ultimately, if the module uses
                a new feature from a newer subrelease, and the receiver runs an older protocol, it is just
                ignoring the functionality. Of course it is best to have both the receiver and the module
                running the same subrelease of the protocol.