diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba-Developers-Guide/contributing.xml | 2 | ||||
-rw-r--r-- | docs/Samba-Developers-Guide/packagers.xml | 2 | ||||
-rw-r--r-- | docs/manpages/smbd.8.xml | 2 | ||||
-rw-r--r-- | docs/manpages/smbgetrc.5.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/wins/winsserver.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/Samba-Developers-Guide/contributing.xml b/docs/Samba-Developers-Guide/contributing.xml index a06dfd14db..8749c00084 100644 --- a/docs/Samba-Developers-Guide/contributing.xml +++ b/docs/Samba-Developers-Guide/contributing.xml @@ -67,7 +67,7 @@ <listitem><para>Test your patch. It might take a while before one of us looks at your patch so it will take longer before your patch when your patch needs to go thru the review cycle again.</para></listitem> - <listitem><para>Don't put seperate patches in one large diff file. This makes + <listitem><para>Don't put separate patches in one large diff file. This makes it harder to read, understand and test the patch. You might also risk not getting a good patch committed because you mixed it with one that had issues. </para></listitem> diff --git a/docs/Samba-Developers-Guide/packagers.xml b/docs/Samba-Developers-Guide/packagers.xml index a55f4c6581..2d85430676 100644 --- a/docs/Samba-Developers-Guide/packagers.xml +++ b/docs/Samba-Developers-Guide/packagers.xml @@ -31,7 +31,7 @@ Version 2.999+3.0.alpha21-5 for Debian <title>Modules</title> <para>Samba now has support for building parts of samba as plugins. This -makes it possible to, for example, put ldap or mysql support in a seperate +makes it possible to, for example, put ldap or mysql support in a separate package, thus making it possible to have a normal samba package not depending on ldap or mysql. To build as much parts of samba as a plugin, run: </para> diff --git a/docs/manpages/smbd.8.xml b/docs/manpages/smbd.8.xml index b74924adb8..3b028dfc81 100644 --- a/docs/manpages/smbd.8.xml +++ b/docs/manpages/smbd.8.xml @@ -138,7 +138,7 @@ <varlistentry> <term>-p <port number(s)></term> <listitem><para><replaceable>port number(s)</replaceable> is a - space or comma-seperated list of TCP ports smbd should listen on. + space or comma-separated list of TCP ports smbd should listen on. The default value is taken from the <smbconfoption><name>ports</name></smbconfoption> parameter in &smb.conf;</para> <para>The default ports are 139 (used for SMB over NetBIOS over TCP) diff --git a/docs/manpages/smbgetrc.5.xml b/docs/manpages/smbgetrc.5.xml index 0625da8d0c..eaa886248c 100644 --- a/docs/manpages/smbgetrc.5.xml +++ b/docs/manpages/smbgetrc.5.xml @@ -27,7 +27,7 @@ This manual page documents the format and options of the <emphasis>smbgetrc</emphasis> file. This is the configuration file used by the <citerefentry><refentrytitle>smbget</refentrytitle><manvolnum>1</manvolnum></citerefentry> utility. The file contains of key-value pairs, one pair on each line. The key - and value should be seperated by a space. + and value should be separated by a space. </para> <para>By default, smbget reads its configuration from <emphasis>$HOME/.smbgetrc</emphasis>, though diff --git a/docs/smbdotconf/wins/winsserver.xml b/docs/smbdotconf/wins/winsserver.xml index 71d8941ab9..e476549701 100644 --- a/docs/smbdotconf/wins/winsserver.xml +++ b/docs/smbdotconf/wins/winsserver.xml @@ -15,7 +15,7 @@ <para>If you want to work in multiple namespaces, you can give every wins server a 'tag'. For each tag, only one (working) server will be queried for a name. The tag should be - seperated from the ip address by a colon. + separated from the ip address by a colon. </para> <note><para>You need to set up Samba to point |