mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
Spelling fixes s/succedded/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:
committed by
Andrew Bartlett
parent
e19c3e0387
commit
b694268ee1
@ -236,7 +236,7 @@ int run_rpc_command(struct net_context *c,
|
||||
DEBUG(1, ("rpc command function failed! (%s)\n", nt_errstr(nt_status)));
|
||||
} else {
|
||||
ret = 0;
|
||||
DEBUG(5, ("rpc command function succedded\n"));
|
||||
DEBUG(5, ("rpc command function succeeded\n"));
|
||||
}
|
||||
|
||||
if (!(conn_flags & NET_FLAGS_NO_PIPE)) {
|
||||
|
Reference in New Issue
Block a user