1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s3:librpc: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-09-05 16:03:58 +12:00 committed by Andrew Bartlett
parent d7331a6821
commit bbd9fabf5f

View 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...