]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netlogon:schannel: Fix typo
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 2 May 2023 00:51:52 +0000 (12:51 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 16 May 2023 23:29:32 +0000 (23:29 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/librpc/rpc/dcerpc_schannel.c

index 68bc3b34e24cd62c309073737877ddee5d63bbb9..35395ffd214f3f095413508d80b5fc1437c5fc38 100644 (file)
@@ -231,7 +231,7 @@ static void continue_srv_auth2(struct tevent_req *subreq)
        }
 
        /*
-        * Strong keys could be unsupported (NT4) or disables. So retry with the
+        * Strong keys could be unsupported (NT4) or disabled. So retry with the
         * flags returned by the server. - asn
         */
        if (NT_STATUS_EQUAL(s->a.out.result, NT_STATUS_ACCESS_DENIED)) {