summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 21:34:10 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:26 +0000
commitb694268ee1c6059850627b883d40e4362cc64ae6 (patch)
tree231985c2c3a2439fda1d3213a93f9aa386e98e8a /source3/utils
parente19c3e0387cf9a2cde973c1df9daf7a1ba426921 (diff)
downloadsamba-b694268ee1c6059850627b883d40e4362cc64ae6.tar.gz
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>
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index 1861ca3acae..98663475a8b 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -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)) {