1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

Correct "seperate" typos.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
Chris Lamb 2017-02-18 08:57:55 +13:00 committed by Garming Sam
parent 4ff2923d1c
commit 1e0bca1e6c
3 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@
<para>
Defines which volfile server to use, defaults to
localhost. It could be list of white space
seperated elements where each element could be
separated elements where each element could be
</para>
<para>
1. unix+/path/to/socket/file

View File

@ -42,7 +42,7 @@
</programlisting>
<para>
Or it can be run in a seperate RPC service daemon:
Or it can be run in a separate RPC service daemon:
</para>
<programlisting>

View File

@ -376,7 +376,7 @@ removeea setea
if conf.CHECK_FUNCS_IN('dgettext gettext', '', checklibc=True, headers='libintl.h'):
# save for dependency definitions
conf.env.intl_libs=''
# others (e.g. FreeBSD) have seperate libintl
# others (e.g. FreeBSD) have separate libintl
elif conf.CHECK_FUNCS_IN('dgettext gettext', 'intl', checklibc=False, headers='libintl.h'):
# save for dependency definitions
conf.env.intl_libs='intl'