From 1134f4f177efa807d45b96502ef6d7d34428bdb4 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 18 Feb 2017 08:59:54 +1300 Subject: [PATCH] Correct "cleint" typos. Signed-off-by: Chris Lamb Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam --- source3/smbd/reply.c | 2 +- source4/auth/gensec/gensec_krb5.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 6acbaca4165..22941ec256e 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -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; diff --git a/source4/auth/gensec/gensec_krb5.c b/source4/auth/gensec/gensec_krb5.c index 3fcd7b56d40..b54a41bfd5d 100644 --- a/source4/auth/gensec/gensec_krb5.c +++ b/source4/auth/gensec/gensec_krb5.c @@ -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); -- 2.34.1