]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:librpc: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 5 Sep 2023 04:03:58 +0000 (16:03 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 11 Sep 2023 02:42:41 +0000 (02:42 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/librpc/crypto/gse.c

index 9508a2d819a4bdc80dbabff3680add2afdb6c1bd..ddda18e45d93f010a893c417491cee7607f7ceb9 100644 (file)
@@ -1240,7 +1240,7 @@ static NTTIME gensec_gse_expire_time(struct gensec_security *gensec_security)
 }
 
 /*
- * Extract the 'sesssion key' needed by SMB signing and ncacn_np
+ * Extract the 'session key' needed by SMB signing and ncacn_np
  * (for encrypting some passwords).
  *
  * This breaks all the abstractions, but what do you expect...