summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/misc
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2015-07-26 23:02:57 +0200
committerAndrew Bartlett <abartlet@samba.org>2015-11-06 13:43:45 +0100
commitc315fce17ef11a23c24fc92b7475ac3a3ac55032 (patch)
treec6a1598038ed82db02cc948b1fba74c83265c85e /docs-xml/smbdotconf/misc
parentf3033a1943462f98e994f095ed5805be27acadd0 (diff)
downloadsamba-c315fce17ef11a23c24fc92b7475ac3a3ac55032.tar.gz
Fix various spelling errors
Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Nov 6 13:43:45 CET 2015 on sn-devel-104
Diffstat (limited to 'docs-xml/smbdotconf/misc')
-rw-r--r--docs-xml/smbdotconf/misc/dosfiletimes.xml2
-rw-r--r--docs-xml/smbdotconf/misc/rpcdaemon.xml2
-rw-r--r--docs-xml/smbdotconf/misc/rpcserver.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/misc/dosfiletimes.xml b/docs-xml/smbdotconf/misc/dosfiletimes.xml
index 98778307888..17fadd2687d 100644
--- a/docs-xml/smbdotconf/misc/dosfiletimes.xml
+++ b/docs-xml/smbdotconf/misc/dosfiletimes.xml
@@ -6,7 +6,7 @@
<para>Under DOS and Windows, if a user can write to a
file they can change the timestamp on it. Under POSIX semantics,
only the owner of the file or root may change the timestamp. By
- default, Samba emulates the DOS semantics and allows to change the
+ default, Samba emulates the DOS semantics and allows one to change the
timestamp on a file if the user <command moreinfo="none">smbd</command> is acting
on behalf has write permissions.
Due to changes in Microsoft Office 2000 and beyond,
diff --git a/docs-xml/smbdotconf/misc/rpcdaemon.xml b/docs-xml/smbdotconf/misc/rpcdaemon.xml
index ac124691682..806ddbdc954 100644
--- a/docs-xml/smbdotconf/misc/rpcdaemon.xml
+++ b/docs-xml/smbdotconf/misc/rpcdaemon.xml
@@ -25,7 +25,7 @@
<para>
Choosing the <emphasis>fork</emphasis> option will cause samba to fork
- a separate proces for each daemon configured this way. Each daemon may
+ a separate process for each daemon configured this way. Each daemon may
in turn fork a number of children used to handle requests from multiple
smbds and direct tcp/ip connections (if the Endpoint Mapper is
enabled). Communication with smbd happens over named pipes and require
diff --git a/docs-xml/smbdotconf/misc/rpcserver.xml b/docs-xml/smbdotconf/misc/rpcserver.xml
index a48c51cf733..434e5ec49ee 100644
--- a/docs-xml/smbdotconf/misc/rpcserver.xml
+++ b/docs-xml/smbdotconf/misc/rpcserver.xml
@@ -49,7 +49,7 @@
</para>
<para>
- Choosing the <emphasis>external</emphasis> option allows to run
+ Choosing the <emphasis>external</emphasis> option allows one to run
a separate daemon or even a completely independent (3rd party)
server capable of interfacing with samba via the MS-RPC
interface over named pipes.