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

Spelling fixes s/suceeded/succeeded/

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:38:52 +02:00 committed by Andrew Bartlett
parent 8b9319c455
commit 4b207f8365

View File

@ -373,7 +373,7 @@ It is also possible that this may sometimes be the number of bytes returned.
<para>
When call_api() returns, rparam points to the returned parameters. The
first if these is the result code. It will be zero if the API call
suceeded. This value by be read with "SVAL(rparam,0)".
succeeded. This value by be read with "SVAL(rparam,0)".
</para>
<para>