Spelling fixes s/touble/trouble/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 20:37:10 +0000 (22:37 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:28 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
docs-xml/Samba-Developers-Guide/Tracing.xml

index 96f15ccc42d86205813dc74d538a93dcb1416a23..50ad2eeb37b7593e840f9ed8f1fcd0121af9cee7 100644 (file)
@@ -104,7 +104,7 @@ that smbd makes.
 <para>
 So how do you interpret the results? Generally I search through the
 output for strings that I know will appear when the problem
-happens. For example, if I am having touble with permissions on a file
+happens. For example, if I am having trouble with permissions on a file
 I would search for that files name in the strace output and look at
 the surrounding lines. Another trick is to match up file descriptor
 numbers and "follow" what happens to an open file until it is closed.