From a8124367b4fcfea165569e4ce1e3401deacb0142 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 9 Apr 2008 16:14:04 +0200 Subject: Fix typos. Karolin (This used to be commit 6cee34703503fbf3629057345fe221b866560648) --- source3/utils/net_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 4b2c6ca478..5663680eb7 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -6164,7 +6164,7 @@ static NTSTATUS vampire_trusted_domain(struct rpc_pipe_client *pipe_hnd, } #ifdef DEBUG_PASSWORD - DEBUG(100,("sucessfully vampired trusted domain [%s], sid: [%s], " + DEBUG(100,("successfully vampired trusted domain [%s], sid: [%s], " "password: [%s]\n", trusted_dom_name, sid_string_dbg(&dom_sid), cleartextpwd)); #endif -- cgit