From 46a4ce32abe81a012282dbee66ad3f7ddc45aadf Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Wed, 27 Sep 2023 12:39:31 +1300 Subject: [PATCH] s4:librpc: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source4/librpc/rpc/dcerpc_schannel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/librpc/rpc/dcerpc_schannel.c b/source4/librpc/rpc/dcerpc_schannel.c index 7b141bf94aa..ebc7a5e8d37 100644 --- a/source4/librpc/rpc/dcerpc_schannel.c +++ b/source4/librpc/rpc/dcerpc_schannel.c @@ -414,7 +414,7 @@ static void continue_bind_auth(struct composite_context *ctx); /* - Stage 2 of auth_schannel: Receive schannel key and intitiate an + Stage 2 of auth_schannel: Receive schannel key and initiate an authenticated bind using received credentials */ static void continue_schannel_key(struct composite_context *ctx) @@ -447,7 +447,7 @@ static void continue_schannel_key(struct composite_context *ctx) /* - Stage 3 of auth_schannel: Receivce result of authenticated bind + Stage 3 of auth_schannel: Receive result of authenticated bind and say if we're done ok. */ static void continue_bind_auth(struct composite_context *ctx) -- 2.47.3