From: Joseph Sutton Date: Tue, 26 Sep 2023 23:39:31 +0000 (+1300) Subject: s4:librpc: Fix code spelling X-Git-Tag: talloc-2.4.2~1055 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46a4ce32abe81a012282dbee66ad3f7ddc45aadf;p=thirdparty%2Fsamba.git s4:librpc: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- 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)