summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 22:19:03 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:27 +0000
commit736bb924f7e70564df0b94db1deaf9e26f638109 (patch)
treebeb4664a77713d24dc2571b5583f5172f1fd9026 /docs-xml
parent271b04aaae29be4a52d1c84f53190bec493f05a0 (diff)
downloadsamba-736bb924f7e70564df0b94db1deaf9e26f638109.tar.gz
Spelling fixes s/ ot / to /
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/Samba-Developers-Guide/Tracing.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/Samba-Developers-Guide/Tracing.xml b/docs-xml/Samba-Developers-Guide/Tracing.xml
index 23b46d5381b..96f15ccc42d 100644
--- a/docs-xml/Samba-Developers-Guide/Tracing.xml
+++ b/docs-xml/Samba-Developers-Guide/Tracing.xml
@@ -74,7 +74,7 @@ write(1, "hello\n", 6) = 6
<para>
Ok, now you're familiar with strace. To use it on Samba you need to
-strace the running smbd daemon. The way I tend ot use it is to first
+strace the running smbd daemon. The way I tend to use it is to first
login from my Windows PC to the Samba server, then use smbstatus to
find which process ID that client is attached to, then as root I do
<command>strace -p PID</command> to attach to that process. I normally redirect the