From: Joseph Sutton Date: Thu, 21 Sep 2023 20:08:03 +0000 (+1200) Subject: s4:auth: Fix code spelling X-Git-Tag: talloc-2.4.2~1059 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b55049711ee3a72657acbb9dacce455b1bf881fc;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 40ec0e0bc2a..bf5fd0c464e 100644 --- a/source4/auth/kerberos/kerberos_util.c +++ b/source4/auth/kerberos/kerberos_util.c @@ -86,7 +86,7 @@ static krb5_error_code parse_principal(TALLOC_CTX *parent_ctx, } /* This song-and-dance effectivly puts the principal - * into talloc, so we can't loose it. */ + * into talloc, so we can't lose it. */ mem_ctx->principal = *princ; talloc_set_destructor(mem_ctx, free_principal); return 0;