From: Joseph Sutton Date: Tue, 5 Sep 2023 04:03:58 +0000 (+1200) Subject: s3:librpc: Fix code spelling X-Git-Tag: tevent-0.16.0~675 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd9fabf5f59248f5bf4523537b32290f86db010;p=thirdparty%2Fsamba.git s3:librpc: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c index 9508a2d819a..ddda18e45d9 100644 --- a/source3/librpc/crypto/gse.c +++ b/source3/librpc/crypto/gse.c @@ -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...