Correct "cleint" typos.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 19:59:54 +0000 (08:59 +1300)
committerGarming Sam <garming@samba.org>
Wed, 22 Feb 2017 07:26:23 +0000 (08:26 +0100)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source3/smbd/reply.c
source4/auth/gensec/gensec_krb5.c

index 6acbaca416548b8af218bcde6f740fc67e45f5cc..22941ec256e549e46ad65012d1cb9635ed40f4c3 100644 (file)
@@ -867,7 +867,7 @@ void reply_tcon_and_X(struct smb_request *req)
        connection_struct *conn = req->conn;
        const char *service = NULL;
        TALLOC_CTX *ctx = talloc_tos();
-       /* what the cleint thinks the device is */
+       /* what the client thinks the device is */
        char *client_devicetype = NULL;
        /* what the server tells the client the share represents */
        const char *server_devicetype;
index 3fcd7b56d40eb59baee264bfebe6daa0f5bf8756..b54a41bfd5de8946c198a19b4499d280284d9043 100644 (file)
@@ -750,7 +750,7 @@ static NTSTATUS gensec_krb5_session_info(struct gensec_security *gensec_security
        
        ret = krb5_ticket_get_client(context, gensec_krb5_state->ticket, &client_principal);
        if (ret) {
-               DEBUG(5, ("krb5_ticket_get_client failed to get cleint principal: %s\n", 
+               DEBUG(5, ("krb5_ticket_get_client failed to get client principal: %s\n", 
                          smb_get_krb5_error_message(context, 
                                                     ret, tmp_ctx)));
                talloc_free(tmp_ctx);