From: Mathieu Parent Date: Thu, 29 Aug 2019 19:29:40 +0000 (+0200) Subject: Spelling fixes s/negotatie/negotiate/ X-Git-Tag: tevent-0.10.1~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbecbe4d9b102d7cf28d61230a0bfbef3317c8f1;p=thirdparty%2Fsamba.git Spelling fixes s/negotatie/negotiate/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/source3/rpc_server/srv_pipe.c b/source3/rpc_server/srv_pipe.c index e48d2cf34d0..fa5043e8c1f 100644 --- a/source3/rpc_server/srv_pipe.c +++ b/source3/rpc_server/srv_pipe.c @@ -611,7 +611,7 @@ static bool pipe_auth_generic_verify_final(TALLOC_CTX *mem_ctx, (auth_level == DCERPC_AUTH_LEVEL_PRIVACY)); if (!NT_STATUS_IS_OK(status)) { - DEBUG(0, (__location__ ": Client failed to negotatie proper " + DEBUG(0, (__location__ ": Client failed to negotiate proper " "security for rpc connection\n")); return false; }