From: Volker Lendecke Date: Fri, 26 Feb 2021 20:38:19 +0000 (+0100) Subject: rpc_client: Fix a typo X-Git-Tag: tevent-0.11.0~1640 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409da523a71573c03cc963589c9d3ff57f6b17da;p=thirdparty%2Fsamba.git rpc_client: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 8f52acadec8..4a0e7693fda 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -1808,7 +1808,7 @@ static NTSTATUS create_rpc_bind_auth3(TALLOC_CTX *mem_ctx, /******************************************************************* Creates a DCE/RPC bind alter context authentication request which - may contain a spnego auth blobl + may contain a spnego auth blob ********************************************************************/ static NTSTATUS create_rpc_alter_context(TALLOC_CTX *mem_ctx,