diff options
author | Mathieu Parent <math.parent@gmail.com> | 2019-08-29 22:38:52 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-09-01 22:21:28 +0000 |
commit | 4b207f83653589d5b5b9b041e7202e47b7815ac5 (patch) | |
tree | 85f8d6b36f46de9585dd7c845632c19c861433d0 /docs-xml/Samba-Developers-Guide | |
parent | 8b9319c455e5b90130ee05e67d5a902873f426c6 (diff) | |
download | samba-4b207f83653589d5b5b9b041e7202e47b7815ac5.tar.gz |
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>
Diffstat (limited to 'docs-xml/Samba-Developers-Guide')
-rw-r--r-- | docs-xml/Samba-Developers-Guide/internals.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/Samba-Developers-Guide/internals.xml b/docs-xml/Samba-Developers-Guide/internals.xml index 4368e181d9d..b8e2b269990 100644 --- a/docs-xml/Samba-Developers-Guide/internals.xml +++ b/docs-xml/Samba-Developers-Guide/internals.xml @@ -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> |