]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:auth: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 21 Sep 2023 20:08:03 +0000 (08:08 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Oct 2023 22:23:37 +0000 (22:23 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/kerberos/kerberos_util.c

index 40ec0e0bc2a8e4ca55846c55d7f08eb25864d400..bf5fd0c464ecc4942ba8e6ac6a1d83b4734ba744 100644 (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;