From: Andreas Schneider Date: Thu, 3 Aug 2023 13:35:35 +0000 (+0200) Subject: s4:smb_server: Fix code spelling X-Git-Tag: tevent-0.16.0~929 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1da1fc9d97ff7581dce5f214cf2bb664bda9b27;p=thirdparty%2Fsamba.git s4:smb_server: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/smb_server/smb/negprot.c b/source4/smb_server/smb/negprot.c index 2d78d4e060d..0721248f434 100644 --- a/source4/smb_server/smb/negprot.c +++ b/source4/smb_server/smb/negprot.c @@ -35,7 +35,7 @@ static NTSTATUS get_challenge(struct smbsrv_connection *smb_conn, uint8_t buff[8 { NTSTATUS nt_status; - /* muliple negprots are not premitted */ + /* multiple negprots are not premitted */ if (smb_conn->negotiate.auth_context) { DEBUG(3,("get challenge: is this a secondary negprot? auth_context is non-NULL!\n")); return NT_STATUS_FOOBAR; diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h index 5ddfe78a288..be99ad662cc 100644 --- a/source4/smb_server/smb_server.h +++ b/source4/smb_server/smb_server.h @@ -119,7 +119,7 @@ struct smbsrv_session { } statistics; }; -/* we need a forward declaration of the ntvfs_ops strucutre to prevent +/* we need a forward declaration of the ntvfs_ops structure to prevent include recursion */ struct ntvfs_context; @@ -373,7 +373,7 @@ struct smbsrv_connection { bool nt_status_support; } config; - /* some statictics for the management tools */ + /* some statistics for the management tools */ struct { /* the time when the client connects */ struct timeval connect_time;