From: Joseph Sutton Date: Tue, 21 Nov 2023 02:03:55 +0000 (+1300) Subject: s4:auth: Fix code spelling X-Git-Tag: talloc-2.4.2~389 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=235b518ccf86fa17a78bfa6e5ed654ed44d81f8d;p=thirdparty%2Fsamba.git s4:auth: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/auth/kerberos/kerberos_util.c b/source4/auth/kerberos/kerberos_util.c index c0cf8916902..de9f2c38655 100644 --- a/source4/auth/kerberos/kerberos_util.c +++ b/source4/auth/kerberos/kerberos_util.c @@ -85,7 +85,7 @@ static krb5_error_code parse_principal(TALLOC_CTX *parent_ctx, return ret; } - /* This song-and-dance effectivly puts the principal + /* This song-and-dance effectively puts the principal * into talloc, so we can't lose it. */ mem_ctx->principal = *princ; talloc_set_destructor(mem_ctx, free_principal);