s4:librpc: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 26 Sep 2023 23:39:31 +0000 (12:39 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Oct 2023 22:23:37 +0000 (22:23 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/librpc/rpc/dcerpc_schannel.c

index 7b141bf94aa446cd12a3148ad3e8034bc382ad10..ebc7a5e8d37459c966db630efb835d23b3da78dd 100644 (file)
@@ -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)