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:
parent
4ff2923d1c
commit
1e0bca1e6c
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user