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

Spelling fixes s/touble/trouble/

Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
Mathieu Parent 2019-08-29 22:37:10 +02:00 committed by Andrew Bartlett
parent d6525485df
commit b688926cd9

View File

@ -104,7 +104,7 @@ that smbd makes.
<para> <para>
So how do you interpret the results? Generally I search through the So how do you interpret the results? Generally I search through the
output for strings that I know will appear when the problem 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 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 the surrounding lines. Another trick is to match up file descriptor
numbers and "follow" what happens to an open file until it is closed. numbers and "follow" what happens to an open file until it is closed.