1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s4:auth: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-09-22 08:08:03 +12:00 committed by Andrew Bartlett
parent b9ea773f05
commit b55049711e

View File

@ -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;