]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:smb_server: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 3 Aug 2023 13:35:35 +0000 (15:35 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Aug 2023 21:45:29 +0000 (21:45 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/smb_server/smb/negprot.c
source4/smb_server/smb_server.h

index 2d78d4e060d2424023acba7cbbdc67fc3de9951b..0721248f434cef6362ef541cdba32e914a1d0496 100644 (file)
@@ -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;
index 5ddfe78a288ab8b9c8c547f4d74209c83c823a21..be99ad662cc9df5d50d627fb6f641ae0c2ef0f7b 100644 (file)
@@ -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;