Spelling fixes s/suceeded/succeeded/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 20:38:52 +0000 (22:38 +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/internals.xml

index 4368e181d9dfcbacb06f17add9f8933390b213de..b8e2b269990f77a101a34f458a19bf1ef0d8d820 100644 (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>